(8.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePosts (20150107224535)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "subtitle" text, "content" text, "in_reply_to" text, "tags" text, "syndication" text, "slug" text, "location_name" text, "location_latitude" text, "location_longitude" text, "location_altitude" text, "wordpress_url" text, "tumblr_url" text, "medium_url" text, "facebook_url" text, "year" varchar, "month" varchar, "day" varchar, "hour" varchar, "minute" varchar, "second" varchar, "private" boolean, "published_at" datetime, "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150107224535"]]  (0.9ms) commit transaction Migrating to CreateSettings (20150108001754)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "settings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "key" varchar, "content" text, "editable" boolean DEFAULT 't', "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150108001754"]]  (0.7ms) commit transaction Migrating to CreateLicenses (20150108001809)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "licenses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "short_code" varchar, "description" text, "url" text, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150108001809"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-08 04:49:01.944099"], ["updated_at", "2015-01-08 04:49:01.944099"], ["published_at", "2015-01-08 04:49:01.944431"], ["year", "2015"], ["month", "01"], ["day", "08"], ["hour", "04"], ["minute", "49"], ["second", "01"], ["slug", "post-test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.4ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-08 04:49:01.970505"], ["updated_at", "2015-01-08 04:49:01.970505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.2ms) SELECT "licenses".* FROM "licenses"  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-08 04:49:01.984152"], ["updated_at", "2015-01-08 04:49:01.984152"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-08 04:49:08.161553"], ["updated_at", "2015-01-08 04:49:08.161553"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-08 04:49:08.219117"], ["updated_at", "2015-01-08 04:49:08.219117"], ["published_at", "2015-01-08 04:49:08.219395"], ["year", "2015"], ["month", "01"], ["day", "08"], ["hour", "04"], ["minute", "49"], ["second", "08"], ["slug", "post-test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-08 04:49:08.234529"], ["updated_at", "2015-01-08 04:49:08.234529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-15 22:55:07.700185"], ["updated_at", "2015-01-15 22:55:07.700185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-15 22:55:07.739573"], ["updated_at", "2015-01-15 22:55:07.739573"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-15 22:55:07.758003"], ["updated_at", "2015-01-15 22:55:07.758003"], ["published_at", "2015-01-15 22:55:07.758715"], ["year", "2015"], ["month", "01"], ["day", "15"], ["hour", "22"], ["minute", "55"], ["second", "07"], ["slug", "post-test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:07:41.547904"], ["updated_at", "2015-01-21 19:07:41.547904"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:07:41.558368"], ["updated_at", "2015-01-21 19:07:41.558368"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:07:55.260007"], ["updated_at", "2015-01-21 19:07:55.260007"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:07:55.278881"], ["updated_at", "2015-01-21 19:07:55.278881"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:08:04.538340"], ["updated_at", "2015-01-21 19:08:04.538340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:08:04.557211"], ["updated_at", "2015-01-21 19:08:04.557211"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:09:08.717124"], ["updated_at", "2015-01-21 19:09:08.717124"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:09:08.735241"], ["updated_at", "2015-01-21 19:09:08.735241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:09:17.147579"], ["updated_at", "2015-01-21 19:09:17.147579"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:09:17.166516"], ["updated_at", "2015-01-21 19:09:17.166516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:09:17.182472"], ["updated_at", "2015-01-21 19:09:17.182472"], ["published_at", "2015-01-21 19:09:17.182730"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "09"], ["second", "17"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:16:16.415887"], ["updated_at", "2015-01-21 19:16:16.415887"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:16:16.427113"], ["updated_at", "2015-01-21 19:16:16.427113"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:16:16.445910"], ["updated_at", "2015-01-21 19:16:16.445910"], ["published_at", "2015-01-21 19:16:16.446198"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "16"], ["second", "16"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:16:45.654399"], ["updated_at", "2015-01-21 19:16:45.654399"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:16:45.674633"], ["updated_at", "2015-01-21 19:16:45.674633"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:16:45.691525"], ["updated_at", "2015-01-21 19:16:45.691525"], ["published_at", "2015-01-21 19:16:45.691885"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "16"], ["second", "45"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:16:45.698238"], ["updated_at", "2015-01-21 19:16:45.698238"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:17:01.507031"], ["updated_at", "2015-01-21 19:17:01.507031"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:17:01.524586"], ["updated_at", "2015-01-21 19:17:01.524586"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:17:01.540995"], ["updated_at", "2015-01-21 19:17:01.540995"], ["published_at", "2015-01-21 19:17:01.541306"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "17"], ["second", "01"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:17:01.546541"], ["updated_at", "2015-01-21 19:17:01.546541"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (7.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:18:14.972546"], ["updated_at", "2015-01-21 19:18:14.972546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:18:14.982473"], ["updated_at", "2015-01-21 19:18:14.982473"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:18:14.998216"], ["updated_at", "2015-01-21 19:18:14.998216"], ["published_at", "2015-01-21 19:18:14.998469"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "18"], ["second", "14"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:18:15.004167"], ["updated_at", "2015-01-21 19:18:15.004167"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (3.5ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:18:15.008273"], ["updated_at", "2015-01-21 19:18:15.008273"], ["published_at", "2015-01-21 19:18:15.008497"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "18"], ["second", "15"], ["slug", "post-test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:18:29.331302"], ["updated_at", "2015-01-21 19:18:29.331302"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:18:29.350692"], ["updated_at", "2015-01-21 19:18:29.350692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:18:29.368142"], ["updated_at", "2015-01-21 19:18:29.368142"], ["published_at", "2015-01-21 19:18:29.368466"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "18"], ["second", "29"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:18:29.373919"], ["updated_at", "2015-01-21 19:18:29.373919"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (7.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:19:51.716032"], ["updated_at", "2015-01-21 19:19:51.716032"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:19:51.725323"], ["updated_at", "2015-01-21 19:19:51.725323"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:19:51.742240"], ["updated_at", "2015-01-21 19:19:51.742240"], ["published_at", "2015-01-21 19:19:51.742512"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "19"], ["second", "51"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:19:51.749842"], ["updated_at", "2015-01-21 19:19:51.749842"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "published_at", "created_at", "updated_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["published_at", "2015-01-21 19:14:51.760906"], ["created_at", "2015-01-21 19:19:51.761910"], ["updated_at", "2015-01-21 19:19:51.761910"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "14"], ["second", "51"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (7.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "published_at", "created_at", "updated_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["published_at", "2015-01-21 19:15:30.389030"], ["created_at", "2015-01-21 19:20:30.403135"], ["updated_at", "2015-01-21 19:20:30.403135"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "15"], ["second", "30"], ["slug", "post-test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:20:30.416381"], ["updated_at", "2015-01-21 19:20:30.416381"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:20:30.422495"], ["updated_at", "2015-01-21 19:20:30.422495"], ["published_at", "2015-01-21 19:20:30.422922"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "20"], ["second", "30"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:20:30.437423"], ["updated_at", "2015-01-21 19:20:30.437423"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:20:30.441236"], ["updated_at", "2015-01-21 19:20:30.441236"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:20:44.891160"], ["updated_at", "2015-01-21 19:20:44.891160"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("title", "published_at", "created_at", "updated_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["published_at", "2015-01-21 19:15:44.905115"], ["created_at", "2015-01-21 19:20:44.920012"], ["updated_at", "2015-01-21 19:20:44.920012"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "15"], ["second", "44"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:20:44.930644"], ["updated_at", "2015-01-21 19:20:44.930644"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:20:44.935601"], ["updated_at", "2015-01-21 19:20:44.935601"], ["published_at", "2015-01-21 19:20:44.935842"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "20"], ["second", "44"], ["slug", "post-test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:20:44.946149"], ["updated_at", "2015-01-21 19:20:44.946149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:21:31.668005"], ["updated_at", "2015-01-21 19:21:31.668005"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:21:31.677742"], ["updated_at", "2015-01-21 19:21:31.677742"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "posts" ("title", "published_at", "created_at", "updated_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["published_at", "2015-01-21 19:16:31.678958"], ["created_at", "2015-01-21 19:21:31.691902"], ["updated_at", "2015-01-21 19:21:31.691902"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "16"], ["second", "31"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:21:31.704672"], ["updated_at", "2015-01-21 19:21:31.704672"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:21:31.710534"], ["updated_at", "2015-01-21 19:21:31.710534"], ["published_at", "2015-01-21 19:21:31.710795"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "21"], ["second", "31"], ["slug", "post-test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:21:31.715202"], ["updated_at", "2015-01-21 19:21:31.715202"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:22:03.336331"], ["updated_at", "2015-01-21 19:22:03.336331"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:22:03.355208"], ["updated_at", "2015-01-21 19:22:03.355208"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:22:03.374857"], ["updated_at", "2015-01-21 19:22:03.374857"], ["published_at", "2015-01-21 19:22:03.375121"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "22"], ["second", "03"], ["slug", "post-test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:22:03.379036"], ["updated_at", "2015-01-21 19:22:03.379036"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.5ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:22:03.391852"], ["updated_at", "2015-01-21 19:22:03.391852"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("title", "published_at", "created_at", "updated_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["published_at", "2015-01-21 19:17:03.393049"], ["created_at", "2015-01-21 19:22:03.394034"], ["updated_at", "2015-01-21 19:22:03.394034"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "17"], ["second", "03"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:24:29.459721"], ["updated_at", "2015-01-21 19:24:29.459721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:24:29.471943"], ["updated_at", "2015-01-21 19:24:29.471943"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.9ms) INSERT INTO "posts" ("title", "published_at", "created_at", "updated_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["published_at", "2015-01-21 19:19:29.474018"], ["created_at", "2015-01-21 19:24:29.488385"], ["updated_at", "2015-01-21 19:24:29.488385"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "19"], ["second", "29"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:24:29.501696"], ["updated_at", "2015-01-21 19:24:29.501696"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:24:29.506106"], ["updated_at", "2015-01-21 19:24:29.506106"], ["published_at", "2015-01-21 19:24:29.506350"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "24"], ["second", "29"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:24:29.512939"], ["updated_at", "2015-01-21 19:24:29.512939"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:24:29.516642"], ["updated_at", "2015-01-21 19:24:29.516642"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:24:29.529564"], ["updated_at", "2015-01-21 19:24:29.529564"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-01-21 19:24:29.536280"], ["updated_at", "2015-01-21 19:24:29.536280"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:24:29.546357"], ["updated_at", "2015-01-21 19:24:29.546357"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "setting_name"], ["content", "t"], ["created_at", "2015-01-21 19:24:29.550160"], ["updated_at", "2015-01-21 19:24:29.550160"], ["key", "setting_name"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:35:25.758094"], ["updated_at", "2015-01-21 19:35:25.758094"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.8ms) INSERT INTO "posts" ("title", "published_at", "created_at", "updated_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["published_at", "2015-01-21 19:30:25.761710"], ["created_at", "2015-01-21 19:35:25.773614"], ["updated_at", "2015-01-21 19:35:25.773614"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "30"], ["second", "25"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:35:25.787571"], ["updated_at", "2015-01-21 19:35:25.787571"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:35:25.793739"], ["updated_at", "2015-01-21 19:35:25.793739"], ["published_at", "2015-01-21 19:35:25.793991"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "35"], ["second", "25"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-01-21 19:35:25.800625"], ["updated_at", "2015-01-21 19:35:25.800625"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:35:25.806036"], ["updated_at", "2015-01-21 19:35:25.806036"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "setting_name"], ["content", "t"], ["created_at", "2015-01-21 19:35:25.809875"], ["updated_at", "2015-01-21 19:35:25.809875"], ["key", "setting_name"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:35:25.813040"], ["updated_at", "2015-01-21 19:35:25.813040"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:35:25.822660"], ["updated_at", "2015-01-21 19:35:25.822660"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:35:25.826296"], ["updated_at", "2015-01-21 19:35:25.826296"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:35:25.834205"], ["updated_at", "2015-01-21 19:35:25.834205"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:45:21.786089"], ["updated_at", "2015-01-21 19:45:21.786089"], ["published_at", "2015-01-21 19:45:21.786630"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "45"], ["second", "21"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:45:21.801018"], ["updated_at", "2015-01-21 19:45:21.801018"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:45:21.815663"], ["updated_at", "2015-01-21 19:45:21.815663"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("title", "published_at", "created_at", "updated_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["published_at", "2015-01-21 19:40:21.816922"], ["created_at", "2015-01-21 19:45:21.817899"], ["updated_at", "2015-01-21 19:45:21.817899"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "40"], ["second", "21"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:45:21.828296"], ["updated_at", "2015-01-21 19:45:21.828296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:45:21.831762"], ["updated_at", "2015-01-21 19:45:21.831762"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-01-21 19:45:21.840142"], ["updated_at", "2015-01-21 19:45:21.840142"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:45:21.843419"], ["updated_at", "2015-01-21 19:45:21.843419"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:45:21.857075"], ["updated_at", "2015-01-21 19:45:21.857075"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:45:21.860825"], ["updated_at", "2015-01-21 19:45:21.860825"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "setting_name"], ["content", "t"], ["created_at", "2015-01-21 19:45:21.867848"], ["updated_at", "2015-01-21 19:45:21.867848"], ["key", "setting_name"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:46:03.624191"], ["updated_at", "2015-01-21 19:46:03.624191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:46:03.643459"], ["updated_at", "2015-01-21 19:46:03.643459"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:46:03.647512"], ["updated_at", "2015-01-21 19:46:03.647512"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:46:03.656583"], ["updated_at", "2015-01-21 19:46:03.656583"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Setting Name"], ["content", "t"], ["created_at", "2015-01-21 19:46:03.659854"], ["updated_at", "2015-01-21 19:46:03.659854"], ["key", "setting_name"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:46:03.662421"], ["updated_at", "2015-01-21 19:46:03.662421"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-01-21 19:46:03.673492"], ["updated_at", "2015-01-21 19:46:03.673492"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:46:03.691397"], ["updated_at", "2015-01-21 19:46:03.691397"], ["published_at", "2015-01-21 19:46:03.691673"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "46"], ["second", "03"], ["slug", "post-test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:46:03.696885"], ["updated_at", "2015-01-21 19:46:03.696885"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:46:03.704475"], ["updated_at", "2015-01-21 19:46:03.704475"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("title", "published_at", "created_at", "updated_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["published_at", "2015-01-21 19:41:03.706708"], ["created_at", "2015-01-21 19:46:03.707754"], ["updated_at", "2015-01-21 19:46:03.707754"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "41"], ["second", "03"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Setting Name"], ["content", "t"], ["created_at", "2015-01-21 19:48:48.877094"], ["updated_at", "2015-01-21 19:48:48.877094"], ["key", "setting_name"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-01-21 19:48:48.891796"], ["updated_at", "2015-01-21 19:48:48.891796"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:48:48.899036"], ["updated_at", "2015-01-21 19:48:48.899036"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:48:48.902830"], ["updated_at", "2015-01-21 19:48:48.902830"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:48:48.911354"], ["updated_at", "2015-01-21 19:48:48.911354"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-01-21 19:48:48.915492"], ["updated_at", "2015-01-21 19:48:48.915492"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:48:48.919059"], ["updated_at", "2015-01-21 19:48:48.919059"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.8ms) INSERT INTO "posts" ("title", "published_at", "created_at", "updated_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["published_at", "2015-01-21 19:43:48.920071"], ["created_at", "2015-01-21 19:48:48.933945"], ["updated_at", "2015-01-21 19:48:48.933945"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "43"], ["second", "48"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-01-21 19:48:48.946645"], ["updated_at", "2015-01-21 19:48:48.946645"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-01-21 19:48:48.952356"], ["updated_at", "2015-01-21 19:48:48.952356"], ["published_at", "2015-01-21 19:48:48.953005"], ["year", "2015"], ["month", "01"], ["day", "21"], ["hour", "19"], ["minute", "48"], ["second", "48"], ["slug", "post-test"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-01-21 19:48:48.969776"], ["updated_at", "2015-01-21 19:48:48.969776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-02-28 23:38:16.621362"], ["updated_at", "2015-02-28 23:38:16.621362"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "posts" ("title", "published_at", "created_at", "updated_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["published_at", "2015-02-28 23:33:16.625790"], ["created_at", "2015-02-28 23:38:16.638798"], ["updated_at", "2015-02-28 23:38:16.638798"], ["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "33"], ["second", "16"], ["slug", "post-test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-02-28 23:38:16.655064"], ["updated_at", "2015-02-28 23:38:16.655064"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("title", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["title", "Post Test"], ["created_at", "2015-02-28 23:38:16.661124"], ["updated_at", "2015-02-28 23:38:16.661124"], ["published_at", "2015-02-28 23:38:16.661380"], ["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "38"], ["second", "16"], ["slug", "post-test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-02-28 23:38:16.665723"], ["updated_at", "2015-02-28 23:38:16.665723"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:38:16.672016"], ["updated_at", "2015-02-28 23:38:16.672016"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Setting Name"], ["content", "t"], ["created_at", "2015-02-28 23:38:16.675029"], ["updated_at", "2015-02-28 23:38:16.675029"], ["key", "setting_name"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:38:16.677330"], ["updated_at", "2015-02-28 23:38:16.677330"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:38:16.689615"], ["updated_at", "2015-02-28 23:38:16.689615"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:38:16.693332"], ["updated_at", "2015-02-28 23:38:16.693332"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-02-28 23:38:16.708002"], ["updated_at", "2015-02-28 23:38:16.708002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.8ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "43"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:43:19.735449"], ["updated_at", "2015-02-28 23:43:19.735449"], ["published_at", "2015-02-28 23:43:19.735830"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "43"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:43:19.745240"], ["updated_at", "2015-02-28 23:43:19.745240"], ["published_at", "2015-02-28 23:43:19.745507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "43"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:43:19.760474"], ["updated_at", "2015-02-28 23:43:19.760474"], ["published_at", "2015-02-28 23:43:19.760908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "43"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:43:19.769065"], ["updated_at", "2015-02-28 23:43:19.769065"], ["published_at", "2015-02-28 23:43:19.769582"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "43"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:43:19.774650"], ["updated_at", "2015-02-28 23:43:19.774650"], ["published_at", "2015-02-28 23:43:19.774943"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "43"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:43:19.786102"], ["updated_at", "2015-02-28 23:43:19.786102"], ["published_at", "2015-02-28 23:43:19.786415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "43"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:43:19.791671"], ["updated_at", "2015-02-28 23:43:19.791671"], ["published_at", "2015-02-28 23:43:19.791911"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "43"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:43:19.803719"], ["updated_at", "2015-02-28 23:43:19.803719"], ["published_at", "2015-02-28 23:43:19.804003"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-02-28 23:43:19.815660"], ["updated_at", "2015-02-28 23:43:19.815660"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "43"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:43:19.818636"], ["updated_at", "2015-02-28 23:43:19.818636"], ["published_at", "2015-02-28 23:43:19.818883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-02-28 23:43:19.833602"], ["updated_at", "2015-02-28 23:43:19.833602"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "38"], ["second", "19"], ["slug", "test-slug"], ["published_at", "2015-02-28 23:38:19.837076"], ["created_at", "2015-02-28 23:43:19.839126"], ["updated_at", "2015-02-28 23:43:19.839126"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-02-28 23:43:19.846358"], ["updated_at", "2015-02-28 23:43:19.846358"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "43"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:43:19.852044"], ["updated_at", "2015-02-28 23:43:19.852044"], ["published_at", "2015-02-28 23:43:19.852284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-02-28 23:43:19.856879"], ["updated_at", "2015-02-28 23:43:19.856879"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:43:19.864694"], ["updated_at", "2015-02-28 23:43:19.864694"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-02-28 23:43:19.868980"], ["updated_at", "2015-02-28 23:43:19.868980"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-02-28 23:43:19.872085"], ["updated_at", "2015-02-28 23:43:19.872085"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:43:19.874721"], ["updated_at", "2015-02-28 23:43:19.874721"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:43:19.884208"], ["updated_at", "2015-02-28 23:43:19.884208"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:43:19.889258"], ["updated_at", "2015-02-28 23:43:19.889258"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:26.499767"], ["updated_at", "2015-02-28 23:44:26.499767"], ["published_at", "2015-02-28 23:44:26.500110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:26.509553"], ["updated_at", "2015-02-28 23:44:26.509553"], ["published_at", "2015-02-28 23:44:26.509815"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:26.522099"], ["updated_at", "2015-02-28 23:44:26.522099"], ["published_at", "2015-02-28 23:44:26.522357"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:26.530057"], ["updated_at", "2015-02-28 23:44:26.530057"], ["published_at", "2015-02-28 23:44:26.530619"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:26.536755"], ["updated_at", "2015-02-28 23:44:26.536755"], ["published_at", "2015-02-28 23:44:26.536990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:26.543572"], ["updated_at", "2015-02-28 23:44:26.543572"], ["published_at", "2015-02-28 23:44:26.544004"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:26.550582"], ["updated_at", "2015-02-28 23:44:26.550582"], ["published_at", "2015-02-28 23:44:26.550899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:26.560190"], ["updated_at", "2015-02-28 23:44:26.560190"], ["published_at", "2015-02-28 23:44:26.560610"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:26.568625"], ["updated_at", "2015-02-28 23:44:26.568625"], ["published_at", "2015-02-28 23:44:26.568890"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-02-28 23:44:26.578936"], ["updated_at", "2015-02-28 23:44:26.578936"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:26.582249"], ["updated_at", "2015-02-28 23:44:26.582249"], ["published_at", "2015-02-28 23:44:26.582500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-02-28 23:44:26.597708"], ["updated_at", "2015-02-28 23:44:26.597708"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "39"], ["second", "26"], ["slug", "test-slug"], ["published_at", "2015-02-28 23:39:26.599374"], ["created_at", "2015-02-28 23:44:26.601130"], ["updated_at", "2015-02-28 23:44:26.601130"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-02-28 23:44:26.607854"], ["updated_at", "2015-02-28 23:44:26.607854"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-02-28 23:44:26.613370"], ["updated_at", "2015-02-28 23:44:26.613370"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:44:26.619063"], ["updated_at", "2015-02-28 23:44:26.619063"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:44:26.621913"], ["updated_at", "2015-02-28 23:44:26.621913"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:44:26.629160"], ["updated_at", "2015-02-28 23:44:26.629160"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:44:26.631793"], ["updated_at", "2015-02-28 23:44:26.631793"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-02-28 23:44:26.635167"], ["updated_at", "2015-02-28 23:44:26.635167"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-02-28 23:44:26.639301"], ["updated_at", "2015-02-28 23:44:26.639301"], ["key", "url_setting"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-02-28 23:44:41.976371"], ["updated_at", "2015-02-28 23:44:41.976371"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:41.993640"], ["updated_at", "2015-02-28 23:44:41.993640"], ["published_at", "2015-02-28 23:44:41.993902"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-02-28 23:44:42.008809"], ["updated_at", "2015-02-28 23:44:42.008809"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "39"], ["second", "42"], ["slug", "test-slug"], ["published_at", "2015-02-28 23:39:42.010649"], ["created_at", "2015-02-28 23:44:42.013467"], ["updated_at", "2015-02-28 23:44:42.013467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-02-28 23:44:42.021430"], ["updated_at", "2015-02-28 23:44:42.021430"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:42.026857"], ["updated_at", "2015-02-28 23:44:42.026857"], ["published_at", "2015-02-28 23:44:42.027100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:42.035861"], ["updated_at", "2015-02-28 23:44:42.035861"], ["published_at", "2015-02-28 23:44:42.036103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:42.051834"], ["updated_at", "2015-02-28 23:44:42.051834"], ["published_at", "2015-02-28 23:44:42.052349"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:42.060712"], ["updated_at", "2015-02-28 23:44:42.060712"], ["published_at", "2015-02-28 23:44:42.061102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:42.068347"], ["updated_at", "2015-02-28 23:44:42.068347"], ["published_at", "2015-02-28 23:44:42.068573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:42.073333"], ["updated_at", "2015-02-28 23:44:42.073333"], ["published_at", "2015-02-28 23:44:42.073576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:42.078806"], ["updated_at", "2015-02-28 23:44:42.078806"], ["published_at", "2015-02-28 23:44:42.079136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:42.086155"], ["updated_at", "2015-02-28 23:44:42.086155"], ["published_at", "2015-02-28 23:44:42.086553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "44"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-02-28 23:44:42.092810"], ["updated_at", "2015-02-28 23:44:42.092810"], ["published_at", "2015-02-28 23:44:42.093061"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-02-28 23:44:42.104702"], ["updated_at", "2015-02-28 23:44:42.104702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-02-28 23:44:42.108050"], ["updated_at", "2015-02-28 23:44:42.108050"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:44:42.115618"], ["updated_at", "2015-02-28 23:44:42.115618"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-02-28 23:44:42.120125"], ["updated_at", "2015-02-28 23:44:42.120125"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:44:42.123454"], ["updated_at", "2015-02-28 23:44:42.123454"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:44:42.127013"], ["updated_at", "2015-02-28 23:44:42.127013"], ["key", "test"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-02-28 23:44:42.134555"], ["updated_at", "2015-02-28 23:44:42.134555"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-02-28 23:44:42.139835"], ["updated_at", "2015-02-28 23:44:42.139835"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 00:00:33.802514"], ["updated_at", "2015-03-01 00:00:33.802514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 00:00:33.814782"], ["updated_at", "2015-03-01 00:00:33.814782"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 00:00:33.818482"], ["updated_at", "2015-03-01 00:00:33.818482"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 00:00:33.821430"], ["updated_at", "2015-03-01 00:00:33.821430"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 00:00:33.831653"], ["updated_at", "2015-03-01 00:00:33.831653"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 00:00:33.836466"], ["updated_at", "2015-03-01 00:00:33.836466"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 00:00:33.842165"], ["updated_at", "2015-03-01 00:00:33.842165"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 00:00:33.849715"], ["updated_at", "2015-03-01 00:00:33.849715"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "00"], ["minute", "00"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-01 00:00:33.871618"], ["updated_at", "2015-03-01 00:00:33.871618"], ["published_at", "2015-03-01 00:00:33.872171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "00"], ["minute", "00"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-01 00:00:33.883398"], ["updated_at", "2015-03-01 00:00:33.883398"], ["published_at", "2015-03-01 00:00:33.883675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "00"], ["minute", "00"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-01 00:00:33.893754"], ["updated_at", "2015-03-01 00:00:33.893754"], ["published_at", "2015-03-01 00:00:33.893985"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "00"], ["minute", "00"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-01 00:00:33.899527"], ["updated_at", "2015-03-01 00:00:33.899527"], ["published_at", "2015-03-01 00:00:33.899779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "00"], ["minute", "00"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-01 00:00:33.905094"], ["updated_at", "2015-03-01 00:00:33.905094"], ["published_at", "2015-03-01 00:00:33.905344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "00"], ["minute", "00"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-01 00:00:33.911068"], ["updated_at", "2015-03-01 00:00:33.911068"], ["published_at", "2015-03-01 00:00:33.911431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "00"], ["minute", "00"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-01 00:00:33.917878"], ["updated_at", "2015-03-01 00:00:33.917878"], ["published_at", "2015-03-01 00:00:33.918161"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "00"], ["minute", "00"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-01 00:00:33.927400"], ["updated_at", "2015-03-01 00:00:33.927400"], ["published_at", "2015-03-01 00:00:33.927687"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "00"], ["minute", "00"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-01 00:00:33.933680"], ["updated_at", "2015-03-01 00:00:33.933680"], ["published_at", "2015-03-01 00:00:33.933951"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 00:00:33.944991"], ["updated_at", "2015-03-01 00:00:33.944991"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "00"], ["minute", "00"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-01 00:00:33.948116"], ["updated_at", "2015-03-01 00:00:33.948116"], ["published_at", "2015-03-01 00:00:33.948448"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 00:00:33.959644"], ["updated_at", "2015-03-01 00:00:33.959644"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 00:00:33.964719"], ["updated_at", "2015-03-01 00:00:33.964719"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "02"], ["day", "28"], ["hour", "23"], ["minute", "55"], ["second", "33"], ["slug", "test-slug"], ["published_at", "2015-02-28 23:55:33.965858"], ["created_at", "2015-03-01 00:00:33.967259"], ["updated_at", "2015-03-01 00:00:33.967259"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:27:30.663255"], ["updated_at", "2015-03-01 03:27:30.663255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:27:30.674968"], ["updated_at", "2015-03-01 03:27:30.674968"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:27:30.678791"], ["updated_at", "2015-03-01 03:27:30.678791"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:27:30.688242"], ["updated_at", "2015-03-01 03:27:30.688242"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:27:30.692515"], ["updated_at", "2015-03-01 03:27:30.692515"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:27:30.695836"], ["updated_at", "2015-03-01 03:27:30.695836"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:27:30.704167"], ["updated_at", "2015-03-01 03:27:30.704167"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:27:30.707807"], ["updated_at", "2015-03-01 03:27:30.707807"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:27:30.755274"], ["updated_at", "2015-03-01 03:27:30.755274"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:27:30.761816"], ["updated_at", "2015-03-01 03:27:30.761816"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:27:30.767987"], ["updated_at", "2015-03-01 03:27:30.767987"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:27:57.051325"], ["updated_at", "2015-03-01 03:27:57.051325"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:27:57.065233"], ["updated_at", "2015-03-01 03:27:57.065233"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:27:57.072201"], ["updated_at", "2015-03-01 03:27:57.072201"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:27:57.074719"], ["updated_at", "2015-03-01 03:27:57.074719"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:27:57.078241"], ["updated_at", "2015-03-01 03:27:57.078241"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:27:57.085375"], ["updated_at", "2015-03-01 03:27:57.085375"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:27:57.089234"], ["updated_at", "2015-03-01 03:27:57.089234"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:27:57.097468"], ["updated_at", "2015-03-01 03:27:57.097468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:27:57.104230"], ["updated_at", "2015-03-01 03:27:57.104230"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:27:57.123090"], ["updated_at", "2015-03-01 03:27:57.123090"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:27:57.130492"], ["updated_at", "2015-03-01 03:27:57.130492"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:28:07.200885"], ["updated_at", "2015-03-01 03:28:07.200885"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:28:07.220108"], ["updated_at", "2015-03-01 03:28:07.220108"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:28:07.223625"], ["updated_at", "2015-03-01 03:28:07.223625"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:28:07.231779"], ["updated_at", "2015-03-01 03:28:07.231779"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:28:07.235139"], ["updated_at", "2015-03-01 03:28:07.235139"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:28:07.237616"], ["updated_at", "2015-03-01 03:28:07.237616"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:28:07.245715"], ["updated_at", "2015-03-01 03:28:07.245715"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:28:07.251787"], ["updated_at", "2015-03-01 03:28:07.251787"], ["key", "url_setting"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "28"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:28:07.271164"], ["updated_at", "2015-03-01 03:28:07.271164"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "28"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:28:07.277614"], ["updated_at", "2015-03-01 03:28:07.277614"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "28"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:28:07.283882"], ["updated_at", "2015-03-01 03:28:07.283882"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "28"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:28:07.290755"], ["updated_at", "2015-03-01 03:28:07.290755"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "28"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:28:07.299949"], ["updated_at", "2015-03-01 03:28:07.299949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "28"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:28:07.310155"], ["updated_at", "2015-03-01 03:28:07.310155"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "28"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:28:07.316168"], ["updated_at", "2015-03-01 03:28:07.316168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "28"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:28:07.321651"], ["updated_at", "2015-03-01 03:28:07.321651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:28:07.327601"], ["updated_at", "2015-03-01 03:28:07.327601"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "28"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:28:07.330479"], ["updated_at", "2015-03-01 03:28:07.330479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:28:07.341593"], ["updated_at", "2015-03-01 03:28:07.341593"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:28:07.347765"], ["updated_at", "2015-03-01 03:28:07.347765"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "28"], ["second", "07"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:23:07.348788"], ["created_at", "2015-03-01 03:28:07.350244"], ["updated_at", "2015-03-01 03:28:07.350244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "28"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:28:07.356113"], ["updated_at", "2015-03-01 03:28:07.356113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:30:32.406409"], ["updated_at", "2015-03-01 03:30:32.406409"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:30:32.422868"], ["updated_at", "2015-03-01 03:30:32.422868"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:30:32.425573"], ["updated_at", "2015-03-01 03:30:32.425573"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:30:32.429332"], ["updated_at", "2015-03-01 03:30:32.429332"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:30:32.433049"], ["updated_at", "2015-03-01 03:30:32.433049"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:30:32.437470"], ["updated_at", "2015-03-01 03:30:32.437470"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:30:32.448021"], ["updated_at", "2015-03-01 03:30:32.448021"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:30:32.454691"], ["updated_at", "2015-03-01 03:30:32.454691"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "32"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:32.472362"], ["updated_at", "2015-03-01 03:30:32.472362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:30:32.477433"], ["updated_at", "2015-03-01 03:30:32.477433"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "32"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:32.482914"], ["updated_at", "2015-03-01 03:30:32.482914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:30:32.495292"], ["updated_at", "2015-03-01 03:30:32.495292"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:30:32.498829"], ["updated_at", "2015-03-01 03:30:32.498829"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "32"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:25:32.499909"], ["created_at", "2015-03-01 03:30:32.501419"], ["updated_at", "2015-03-01 03:30:32.501419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "32"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:32.507836"], ["updated_at", "2015-03-01 03:30:32.507836"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "32"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:32.513636"], ["updated_at", "2015-03-01 03:30:32.513636"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "32"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:32.520394"], ["updated_at", "2015-03-01 03:30:32.520394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "32"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:32.526504"], ["updated_at", "2015-03-01 03:30:32.526504"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "32"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:32.535321"], ["updated_at", "2015-03-01 03:30:32.535321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "32"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:32.540175"], ["updated_at", "2015-03-01 03:30:32.540175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "32"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:32.552597"], ["updated_at", "2015-03-01 03:30:32.552597"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "32"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:32.560227"], ["updated_at", "2015-03-01 03:30:32.560227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:41.540113"], ["updated_at", "2015-03-01 03:30:41.540113"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:41.558129"], ["updated_at", "2015-03-01 03:30:41.558129"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:41.572243"], ["updated_at", "2015-03-01 03:30:41.572243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:41.581291"], ["updated_at", "2015-03-01 03:30:41.581291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:41.591227"], ["updated_at", "2015-03-01 03:30:41.591227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:41.597778"], ["updated_at", "2015-03-01 03:30:41.597778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:41.603033"], ["updated_at", "2015-03-01 03:30:41.603033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:41.608702"], ["updated_at", "2015-03-01 03:30:41.608702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:41.614695"], ["updated_at", "2015-03-01 03:30:41.614695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:30:41.625154"], ["updated_at", "2015-03-01 03:30:41.625154"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:30:41.628369"], ["updated_at", "2015-03-01 03:30:41.628369"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:30:41.645213"], ["updated_at", "2015-03-01 03:30:41.645213"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "30"], ["second", "41"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:25:41.646915"], ["created_at", "2015-03-01 03:30:41.648792"], ["updated_at", "2015-03-01 03:30:41.648792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:30:41.654819"], ["updated_at", "2015-03-01 03:30:41.654819"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:30:41.662303"], ["updated_at", "2015-03-01 03:30:41.662303"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:30:41.666149"], ["updated_at", "2015-03-01 03:30:41.666149"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:30:41.670891"], ["updated_at", "2015-03-01 03:30:41.670891"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:30:41.675750"], ["updated_at", "2015-03-01 03:30:41.675750"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:30:41.680802"], ["updated_at", "2015-03-01 03:30:41.680802"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:30:41.686161"], ["updated_at", "2015-03-01 03:30:41.686161"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:30:41.689950"], ["updated_at", "2015-03-01 03:30:41.689950"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:30:41.692450"], ["updated_at", "2015-03-01 03:30:41.692450"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:31:03.773777"], ["updated_at", "2015-03-01 03:31:03.773777"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:31:03.787575"], ["updated_at", "2015-03-01 03:31:03.787575"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:31:03.790429"], ["updated_at", "2015-03-01 03:31:03.790429"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:31:03.796752"], ["updated_at", "2015-03-01 03:31:03.796752"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:31:03.800243"], ["updated_at", "2015-03-01 03:31:03.800243"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:31:03.808592"], ["updated_at", "2015-03-01 03:31:03.808592"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:31:03.812705"], ["updated_at", "2015-03-01 03:31:03.812705"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:31:03.815959"], ["updated_at", "2015-03-01 03:31:03.815959"], ["key", "post_type"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:03.837454"], ["updated_at", "2015-03-01 03:31:03.837454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:31:03.850878"], ["updated_at", "2015-03-01 03:31:03.850878"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "03"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:26:03.852104"], ["created_at", "2015-03-01 03:31:03.854053"], ["updated_at", "2015-03-01 03:31:03.854053"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:31:03.859681"], ["updated_at", "2015-03-01 03:31:03.859681"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:03.864157"], ["updated_at", "2015-03-01 03:31:03.864157"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:03.869230"], ["updated_at", "2015-03-01 03:31:03.869230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:03.876452"], ["updated_at", "2015-03-01 03:31:03.876452"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:03.883736"], ["updated_at", "2015-03-01 03:31:03.883736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:03.888856"], ["updated_at", "2015-03-01 03:31:03.888856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:03.894046"], ["updated_at", "2015-03-01 03:31:03.894046"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:03.899032"], ["updated_at", "2015-03-01 03:31:03.899032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:03.908258"], ["updated_at", "2015-03-01 03:31:03.908258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:03.914152"], ["updated_at", "2015-03-01 03:31:03.914152"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:31:03.929898"], ["updated_at", "2015-03-01 03:31:03.929898"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:31:28.808920"], ["updated_at", "2015-03-01 03:31:28.808920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:31:28.829185"], ["updated_at", "2015-03-01 03:31:28.829185"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:31:28.832397"], ["updated_at", "2015-03-01 03:31:28.832397"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:31:28.839847"], ["updated_at", "2015-03-01 03:31:28.839847"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:31:28.843247"], ["updated_at", "2015-03-01 03:31:28.843247"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:31:28.845668"], ["updated_at", "2015-03-01 03:31:28.845668"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:31:28.848080"], ["updated_at", "2015-03-01 03:31:28.848080"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:31:28.855991"], ["updated_at", "2015-03-01 03:31:28.855991"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:28.877318"], ["updated_at", "2015-03-01 03:31:28.877318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:28.882447"], ["updated_at", "2015-03-01 03:31:28.882447"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:28.888350"], ["updated_at", "2015-03-01 03:31:28.888350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:28.895815"], ["updated_at", "2015-03-01 03:31:28.895815"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:28.901443"], ["updated_at", "2015-03-01 03:31:28.901443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:28.911976"], ["updated_at", "2015-03-01 03:31:28.911976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:28.922352"], ["updated_at", "2015-03-01 03:31:28.922352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:28.928024"], ["updated_at", "2015-03-01 03:31:28.928024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:28.934495"], ["updated_at", "2015-03-01 03:31:28.934495"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:31:28.938862"], ["updated_at", "2015-03-01 03:31:28.938862"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:31:28.942563"], ["updated_at", "2015-03-01 03:31:28.942563"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:31:28.954003"], ["updated_at", "2015-03-01 03:31:28.954003"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:31:28.961811"], ["updated_at", "2015-03-01 03:31:28.961811"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "31"], ["second", "28"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:26:28.963010"], ["created_at", "2015-03-01 03:31:28.964539"], ["updated_at", "2015-03-01 03:31:28.964539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:32:04.782622"], ["updated_at", "2015-03-01 03:32:04.782622"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:32:04.797548"], ["updated_at", "2015-03-01 03:32:04.797548"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:32:04.807285"], ["updated_at", "2015-03-01 03:32:04.807285"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:32:04.813241"], ["updated_at", "2015-03-01 03:32:04.813241"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:32:04.817366"], ["updated_at", "2015-03-01 03:32:04.817366"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:32:04.825495"], ["updated_at", "2015-03-01 03:32:04.825495"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:32:04.828644"], ["updated_at", "2015-03-01 03:32:04.828644"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:04.846679"], ["updated_at", "2015-03-01 03:32:04.846679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:04.856454"], ["updated_at", "2015-03-01 03:32:04.856454"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:04.865138"], ["updated_at", "2015-03-01 03:32:04.865138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:04.871337"], ["updated_at", "2015-03-01 03:32:04.871337"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:04.877353"], ["updated_at", "2015-03-01 03:32:04.877353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:04.883746"], ["updated_at", "2015-03-01 03:32:04.883746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:04.891171"], ["updated_at", "2015-03-01 03:32:04.891171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:04.898592"], ["updated_at", "2015-03-01 03:32:04.898592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:32:04.907101"], ["updated_at", "2015-03-01 03:32:04.907101"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:04.910329"], ["updated_at", "2015-03-01 03:32:04.910329"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.5ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:32:04.926617"], ["updated_at", "2015-03-01 03:32:04.926617"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "04"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:27:04.928212"], ["created_at", "2015-03-01 03:32:04.930097"], ["updated_at", "2015-03-01 03:32:04.930097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:32:04.937239"], ["updated_at", "2015-03-01 03:32:04.937239"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:04.944321"], ["updated_at", "2015-03-01 03:32:04.944321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:32:04.953081"], ["updated_at", "2015-03-01 03:32:04.953081"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:32:43.853762"], ["updated_at", "2015-03-01 03:32:43.853762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (7.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:43.884871"], ["updated_at", "2015-03-01 03:32:43.884871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:43.899786"], ["updated_at", "2015-03-01 03:32:43.899786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:43.906392"], ["updated_at", "2015-03-01 03:32:43.906392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:43.913318"], ["updated_at", "2015-03-01 03:32:43.913318"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:43.918628"], ["updated_at", "2015-03-01 03:32:43.918628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:43.924440"], ["updated_at", "2015-03-01 03:32:43.924440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:43.935927"], ["updated_at", "2015-03-01 03:32:43.935927"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:43.943051"], ["updated_at", "2015-03-01 03:32:43.943051"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:32:43.951819"], ["updated_at", "2015-03-01 03:32:43.951819"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:43.956162"], ["updated_at", "2015-03-01 03:32:43.956162"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:32:43.983141"], ["updated_at", "2015-03-01 03:32:43.983141"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:27:43.985666"], ["created_at", "2015-03-01 03:32:43.989764"], ["updated_at", "2015-03-01 03:32:43.989764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:32:43.997185"], ["updated_at", "2015-03-01 03:32:43.997185"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Could not log "sql.active_record" event. NoMethodError: undefined method `-' for nil:NilClass ["/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activesupport-4.2.0/lib/active_support/notifications/instrumenter.rb:61:in `duration'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/log_subscriber.rb:38:in `sql'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activesupport-4.2.0/lib/active_support/subscriber.rb:100:in `finish'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activesupport-4.2.0/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activesupport-4.2.0/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activesupport-4.2.0/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activesupport-4.2.0/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activesupport-4.2.0/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activesupport-4.2.0/lib/active_support/notifications/instrumenter.rb:36:in `finish'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activesupport-4.2.0/lib/active_support/notifications/instrumenter.rb:25:in `instrument'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/connection_adapters/abstract_adapter.rb:460:in `log'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/connection_adapters/sqlite3_adapter.rb:297:in `exec_query'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:336:in `select'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/connection_adapters/abstract/database_statements.rb:32:in `select_all'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/connection_adapters/abstract/query_cache.rb:70:in `select_all'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/querying.rb:39:in `find_by_sql'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/relation.rb:638:in `exec_queries'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/relation.rb:514:in `load'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/relation.rb:243:in `to_a'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/relation/finder_methods.rb:512:in `find_nth_with_limit'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/relation/finder_methods.rb:496:in `find_nth'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/activerecord-4.2.0/lib/active_record/relation/finder_methods.rb:139:in `first'", "/Users/Bookis/work/homesteading/homesteading_publisher/app/models/homesteading/post.rb:22:in `post_type'", "/Users/Bookis/work/homesteading/homesteading_publisher/app/models/homesteading/post.rb:16:in `path'", "/Users/Bookis/work/homesteading/homesteading_publisher/spec/models/homesteading/post_spec.rb:66:in `block (4 levels) in '", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/memoized_helpers.rb:242:in `block (2 levels) in let'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/memoized_helpers.rb:242:in `fetch'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/memoized_helpers.rb:242:in `block in let'", "/Users/Bookis/work/homesteading/homesteading_publisher/spec/models/homesteading/post_spec.rb:70:in `block (4 levels) in '", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example.rb:152:in `instance_exec'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example.rb:152:in `block in run'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example.rb:222:in `call'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example.rb:222:in `call'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-rails-3.1.0/lib/rspec/rails/adapters.rb:72:in `block (2 levels) in '", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example.rb:322:in `instance_exec'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example.rb:322:in `instance_exec'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/hooks.rb:380:in `execute_with'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/hooks.rb:446:in `block (2 levels) in run'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example.rb:222:in `call'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example.rb:222:in `call'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/hooks.rb:447:in `run'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/hooks.rb:500:in `run'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example.rb:331:in `with_around_example_hooks'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example.rb:149:in `run'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:490:in `block in run_examples'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:486:in `map'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:486:in `run_examples'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:453:in `run'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:454:in `block in run'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:454:in `map'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:454:in `run'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:454:in `block in run'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:454:in `map'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/example_group.rb:454:in `run'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:111:in `block (2 levels) in run_specs'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:111:in `map'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:111:in `block in run_specs'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/reporter.rb:53:in `report'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:107:in `run_specs'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:85:in `run'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:69:in `run'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/lib/rspec/core/runner.rb:37:in `invoke'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/gems/rspec-core-3.1.7/exe/rspec:4:in `'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/bin/rspec:23:in `load'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/bin/rspec:23:in `
'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/bin/ruby_executable_hooks:15:in `eval'", "/Users/Bookis/.rvm/gems/ruby-2.1.2/bin/ruby_executable_hooks:15:in `
'"]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:44.006592"], ["updated_at", "2015-03-01 03:32:44.006592"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:32:44.016461"], ["updated_at", "2015-03-01 03:32:44.016461"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:32:44.024173"], ["updated_at", "2015-03-01 03:32:44.024173"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:32:44.028370"], ["updated_at", "2015-03-01 03:32:44.028370"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:32:44.031204"], ["updated_at", "2015-03-01 03:32:44.031204"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:32:44.033394"], ["updated_at", "2015-03-01 03:32:44.033394"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:32:44.036799"], ["updated_at", "2015-03-01 03:32:44.036799"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:32:44.040382"], ["updated_at", "2015-03-01 03:32:44.040382"], ["key", "url_setting"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:58.112074"], ["updated_at", "2015-03-01 03:32:58.112074"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:32:58.133310"], ["updated_at", "2015-03-01 03:32:58.133310"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:58.137386"], ["updated_at", "2015-03-01 03:32:58.137386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:32:58.147758"], ["updated_at", "2015-03-01 03:32:58.147758"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "58"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:27:58.148863"], ["created_at", "2015-03-01 03:32:58.150453"], ["updated_at", "2015-03-01 03:32:58.150453"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:32:58.155429"], ["updated_at", "2015-03-01 03:32:58.155429"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:58.164574"], ["updated_at", "2015-03-01 03:32:58.164574"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:58.175283"], ["updated_at", "2015-03-01 03:32:58.175283"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:58.188061"], ["updated_at", "2015-03-01 03:32:58.188061"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:58.196367"], ["updated_at", "2015-03-01 03:32:58.196367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:58.202333"], ["updated_at", "2015-03-01 03:32:58.202333"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:58.207286"], ["updated_at", "2015-03-01 03:32:58.207286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:58.214936"], ["updated_at", "2015-03-01 03:32:58.214936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "32"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:32:58.222294"], ["updated_at", "2015-03-01 03:32:58.222294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:32:58.228170"], ["updated_at", "2015-03-01 03:32:58.228170"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:32:58.231860"], ["updated_at", "2015-03-01 03:32:58.231860"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:32:58.236691"], ["updated_at", "2015-03-01 03:32:58.236691"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:32:58.240600"], ["updated_at", "2015-03-01 03:32:58.240600"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:32:58.246899"], ["updated_at", "2015-03-01 03:32:58.246899"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:32:58.250834"], ["updated_at", "2015-03-01 03:32:58.250834"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:32:58.253972"], ["updated_at", "2015-03-01 03:32:58.253972"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:32:58.269793"], ["updated_at", "2015-03-01 03:32:58.269793"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:33:04.723455"], ["updated_at", "2015-03-01 03:33:04.723455"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (7.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:33:04.736532"], ["updated_at", "2015-03-01 03:33:04.736532"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:33:04.745742"], ["updated_at", "2015-03-01 03:33:04.745742"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:33:04.749955"], ["updated_at", "2015-03-01 03:33:04.749955"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:33:04.756009"], ["updated_at", "2015-03-01 03:33:04.756009"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:33:04.765480"], ["updated_at", "2015-03-01 03:33:04.765480"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:33:04.768545"], ["updated_at", "2015-03-01 03:33:04.768545"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:33:04.774467"], ["updated_at", "2015-03-01 03:33:04.774467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:04.803466"], ["updated_at", "2015-03-01 03:33:04.803466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:33:04.809392"], ["updated_at", "2015-03-01 03:33:04.809392"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:04.813520"], ["updated_at", "2015-03-01 03:33:04.813520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:33:04.821724"], ["updated_at", "2015-03-01 03:33:04.821724"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:33:04.828400"], ["updated_at", "2015-03-01 03:33:04.828400"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "04"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:28:04.829496"], ["created_at", "2015-03-01 03:33:04.830979"], ["updated_at", "2015-03-01 03:33:04.830979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:04.839460"], ["updated_at", "2015-03-01 03:33:04.839460"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:04.846490"], ["updated_at", "2015-03-01 03:33:04.846490"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:04.851920"], ["updated_at", "2015-03-01 03:33:04.851920"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:04.857126"], ["updated_at", "2015-03-01 03:33:04.857126"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:04.866462"], ["updated_at", "2015-03-01 03:33:04.866462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:04.872180"], ["updated_at", "2015-03-01 03:33:04.872180"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:04.882498"], ["updated_at", "2015-03-01 03:33:04.882498"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:04.889859"], ["updated_at", "2015-03-01 03:33:04.889859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:30.096932"], ["updated_at", "2015-03-01 03:33:30.096932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (7.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:33:30.116225"], ["updated_at", "2015-03-01 03:33:30.116225"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:30.120810"], ["updated_at", "2015-03-01 03:33:30.120810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:33:30.132862"], ["updated_at", "2015-03-01 03:33:30.132862"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "30"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:28:30.134250"], ["created_at", "2015-03-01 03:33:30.136528"], ["updated_at", "2015-03-01 03:33:30.136528"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:33:30.144009"], ["updated_at", "2015-03-01 03:33:30.144009"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:30.153042"], ["updated_at", "2015-03-01 03:33:30.153042"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:30.167084"], ["updated_at", "2015-03-01 03:33:30.167084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:30.173793"], ["updated_at", "2015-03-01 03:33:30.173793"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:30.179158"], ["updated_at", "2015-03-01 03:33:30.179158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:30.184966"], ["updated_at", "2015-03-01 03:33:30.184966"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:30.190677"], ["updated_at", "2015-03-01 03:33:30.190677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:30.199277"], ["updated_at", "2015-03-01 03:33:30.199277"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "33"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:33:30.205414"], ["updated_at", "2015-03-01 03:33:30.205414"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:33:30.210025"], ["updated_at", "2015-03-01 03:33:30.210025"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:33:30.214781"], ["updated_at", "2015-03-01 03:33:30.214781"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:33:30.219080"], ["updated_at", "2015-03-01 03:33:30.219080"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:33:30.224545"], ["updated_at", "2015-03-01 03:33:30.224545"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:33:30.227486"], ["updated_at", "2015-03-01 03:33:30.227486"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:33:30.231296"], ["updated_at", "2015-03-01 03:33:30.231296"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:33:30.239663"], ["updated_at", "2015-03-01 03:33:30.239663"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:33:30.249566"], ["updated_at", "2015-03-01 03:33:30.249566"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "34"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:34:08.138384"], ["updated_at", "2015-03-01 03:34:08.138384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "34"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:34:08.158903"], ["updated_at", "2015-03-01 03:34:08.158903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "34"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:34:08.169150"], ["updated_at", "2015-03-01 03:34:08.169150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "34"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:34:08.176395"], ["updated_at", "2015-03-01 03:34:08.176395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "34"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:34:08.184339"], ["updated_at", "2015-03-01 03:34:08.184339"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "34"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:34:08.190593"], ["updated_at", "2015-03-01 03:34:08.190593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "34"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:34:08.196384"], ["updated_at", "2015-03-01 03:34:08.196384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "34"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:34:08.207680"], ["updated_at", "2015-03-01 03:34:08.207680"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:34:08.220003"], ["updated_at", "2015-03-01 03:34:08.220003"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "34"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:34:08.222598"], ["updated_at", "2015-03-01 03:34:08.222598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:34:08.233109"], ["updated_at", "2015-03-01 03:34:08.233109"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:34:08.240008"], ["updated_at", "2015-03-01 03:34:08.240008"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "34"], ["second", "08"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:29:08.241810"], ["created_at", "2015-03-01 03:34:08.244061"], ["updated_at", "2015-03-01 03:34:08.244061"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "34"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:34:08.250976"], ["updated_at", "2015-03-01 03:34:08.250976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:34:08.258321"], ["updated_at", "2015-03-01 03:34:08.258321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:34:08.266142"], ["updated_at", "2015-03-01 03:34:08.266142"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:34:08.271957"], ["updated_at", "2015-03-01 03:34:08.271957"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:34:08.277804"], ["updated_at", "2015-03-01 03:34:08.277804"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:34:08.286184"], ["updated_at", "2015-03-01 03:34:08.286184"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:34:08.289769"], ["updated_at", "2015-03-01 03:34:08.289769"], ["key", "test"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:34:08.296291"], ["updated_at", "2015-03-01 03:34:08.296291"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:34:08.300325"], ["updated_at", "2015-03-01 03:34:08.300325"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:16.179268"], ["updated_at", "2015-03-01 03:35:16.179268"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:16.196750"], ["updated_at", "2015-03-01 03:35:16.196750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:16.212115"], ["updated_at", "2015-03-01 03:35:16.212115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:16.218121"], ["updated_at", "2015-03-01 03:35:16.218121"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:16.228102"], ["updated_at", "2015-03-01 03:35:16.228102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:16.233616"], ["updated_at", "2015-03-01 03:35:16.233616"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:16.243836"], ["updated_at", "2015-03-01 03:35:16.243836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:16.251333"], ["updated_at", "2015-03-01 03:35:16.251333"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:16.257940"], ["updated_at", "2015-03-01 03:35:16.257940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:35:16.266030"], ["updated_at", "2015-03-01 03:35:16.266030"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:16.268716"], ["updated_at", "2015-03-01 03:35:16.268716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:35:16.281222"], ["updated_at", "2015-03-01 03:35:16.281222"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:35:16.288448"], ["updated_at", "2015-03-01 03:35:16.288448"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "16"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:30:16.289729"], ["created_at", "2015-03-01 03:35:16.291259"], ["updated_at", "2015-03-01 03:35:16.291259"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:35:16.297533"], ["updated_at", "2015-03-01 03:35:16.297533"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:35:16.302711"], ["updated_at", "2015-03-01 03:35:16.302711"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:35:16.310205"], ["updated_at", "2015-03-01 03:35:16.310205"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:35:16.313735"], ["updated_at", "2015-03-01 03:35:16.313735"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:35:16.317715"], ["updated_at", "2015-03-01 03:35:16.317715"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:35:16.327040"], ["updated_at", "2015-03-01 03:35:16.327040"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:35:16.332551"], ["updated_at", "2015-03-01 03:35:16.332551"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:35:16.342063"], ["updated_at", "2015-03-01 03:35:16.342063"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:35:37.507651"], ["updated_at", "2015-03-01 03:35:37.507651"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:35:37.523021"], ["updated_at", "2015-03-01 03:35:37.523021"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:35:37.526154"], ["updated_at", "2015-03-01 03:35:37.526154"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:35:37.533529"], ["updated_at", "2015-03-01 03:35:37.533529"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:35:37.539737"], ["updated_at", "2015-03-01 03:35:37.539737"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:35:37.544102"], ["updated_at", "2015-03-01 03:35:37.544102"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:35:37.553245"], ["updated_at", "2015-03-01 03:35:37.553245"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:35:37.560406"], ["updated_at", "2015-03-01 03:35:37.560406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:35:37.564839"], ["updated_at", "2015-03-01 03:35:37.564839"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "37"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:37.580664"], ["updated_at", "2015-03-01 03:35:37.580664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:35:37.591655"], ["updated_at", "2015-03-01 03:35:37.591655"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:35:37.596691"], ["updated_at", "2015-03-01 03:35:37.596691"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "37"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:30:37.597748"], ["created_at", "2015-03-01 03:35:37.599500"], ["updated_at", "2015-03-01 03:35:37.599500"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "37"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:37.606187"], ["updated_at", "2015-03-01 03:35:37.606187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "37"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:37.611608"], ["updated_at", "2015-03-01 03:35:37.611608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "37"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:37.617168"], ["updated_at", "2015-03-01 03:35:37.617168"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "37"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:37.623117"], ["updated_at", "2015-03-01 03:35:37.623117"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "37"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:37.631015"], ["updated_at", "2015-03-01 03:35:37.631015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "37"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:37.637986"], ["updated_at", "2015-03-01 03:35:37.637986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "37"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:37.643094"], ["updated_at", "2015-03-01 03:35:37.643094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "37"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:37.649138"], ["updated_at", "2015-03-01 03:35:37.649138"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "35"], ["second", "37"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:35:37.654501"], ["updated_at", "2015-03-01 03:35:37.654501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:36:34.251443"], ["updated_at", "2015-03-01 03:36:34.251443"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "36"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:36:34.266634"], ["updated_at", "2015-03-01 03:36:34.266634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (8.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:36:34.287028"], ["updated_at", "2015-03-01 03:36:34.287028"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "36"], ["second", "34"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:31:34.288878"], ["created_at", "2015-03-01 03:36:34.291745"], ["updated_at", "2015-03-01 03:36:34.291745"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:36:34.298329"], ["updated_at", "2015-03-01 03:36:34.298329"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "36"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:36:34.300769"], ["updated_at", "2015-03-01 03:36:34.300769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "36"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:36:34.310459"], ["updated_at", "2015-03-01 03:36:34.310459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "36"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:36:34.315437"], ["updated_at", "2015-03-01 03:36:34.315437"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "36"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:36:34.330083"], ["updated_at", "2015-03-01 03:36:34.330083"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "36"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:36:34.338330"], ["updated_at", "2015-03-01 03:36:34.338330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "36"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:36:34.344786"], ["updated_at", "2015-03-01 03:36:34.344786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "36"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:36:34.350335"], ["updated_at", "2015-03-01 03:36:34.350335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "36"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:36:34.355429"], ["updated_at", "2015-03-01 03:36:34.355429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "36"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:36:34.361372"], ["updated_at", "2015-03-01 03:36:34.361372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "36"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:36:34.368013"], ["updated_at", "2015-03-01 03:36:34.368013"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:36:34.374129"], ["updated_at", "2015-03-01 03:36:34.374129"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:36:34.380260"], ["updated_at", "2015-03-01 03:36:34.380260"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:36:34.384157"], ["updated_at", "2015-03-01 03:36:34.384157"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:36:34.387829"], ["updated_at", "2015-03-01 03:36:34.387829"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:36:34.392846"], ["updated_at", "2015-03-01 03:36:34.392846"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:36:34.396926"], ["updated_at", "2015-03-01 03:36:34.396926"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:36:34.400260"], ["updated_at", "2015-03-01 03:36:34.400260"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:36:34.412764"], ["updated_at", "2015-03-01 03:36:34.412764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:37:04.470254"], ["updated_at", "2015-03-01 03:37:04.470254"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (7.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:37:04.482984"], ["updated_at", "2015-03-01 03:37:04.482984"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:37:04.490912"], ["updated_at", "2015-03-01 03:37:04.490912"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:37:04.493454"], ["updated_at", "2015-03-01 03:37:04.493454"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:37:04.497218"], ["updated_at", "2015-03-01 03:37:04.497218"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:37:04.501028"], ["updated_at", "2015-03-01 03:37:04.501028"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:37:04.511168"], ["updated_at", "2015-03-01 03:37:04.511168"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:37:04.522890"], ["updated_at", "2015-03-01 03:37:04.522890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:37:04.526679"], ["updated_at", "2015-03-01 03:37:04.526679"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:04.539919"], ["updated_at", "2015-03-01 03:37:04.539919"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:37:04.552365"], ["updated_at", "2015-03-01 03:37:04.552365"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:37:04.570480"], ["updated_at", "2015-03-01 03:37:04.570480"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "04"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:32:04.572742"], ["created_at", "2015-03-01 03:37:04.576112"], ["updated_at", "2015-03-01 03:37:04.576112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (1.7ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:04.585772"], ["updated_at", "2015-03-01 03:37:04.585772"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:04.592809"], ["updated_at", "2015-03-01 03:37:04.592809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:04.600033"], ["updated_at", "2015-03-01 03:37:04.600033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:04.609136"], ["updated_at", "2015-03-01 03:37:04.609136"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:04.616288"], ["updated_at", "2015-03-01 03:37:04.616288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:04.622773"], ["updated_at", "2015-03-01 03:37:04.622773"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:04.631317"], ["updated_at", "2015-03-01 03:37:04.631317"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:04.636026"], ["updated_at", "2015-03-01 03:37:04.636026"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:04.646903"], ["updated_at", "2015-03-01 03:37:04.646903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "27"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:27.522915"], ["updated_at", "2015-03-01 03:37:27.522915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:37:27.544461"], ["updated_at", "2015-03-01 03:37:27.544461"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "27"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:27.548150"], ["updated_at", "2015-03-01 03:37:27.548150"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:37:27.560887"], ["updated_at", "2015-03-01 03:37:27.560887"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "27"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:32:27.562889"], ["created_at", "2015-03-01 03:37:27.565578"], ["updated_at", "2015-03-01 03:37:27.565578"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake_posts"], ["created_at", "2015-03-01 03:37:27.574143"], ["updated_at", "2015-03-01 03:37:27.574143"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "27"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:27.589240"], ["updated_at", "2015-03-01 03:37:27.589240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "27"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:27.597830"], ["updated_at", "2015-03-01 03:37:27.597830"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "27"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:27.603345"], ["updated_at", "2015-03-01 03:37:27.603345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "27"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:27.612008"], ["updated_at", "2015-03-01 03:37:27.612008"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "27"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:27.621263"], ["updated_at", "2015-03-01 03:37:27.621263"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "27"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:27.627698"], ["updated_at", "2015-03-01 03:37:27.627698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "27"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:27.634104"], ["updated_at", "2015-03-01 03:37:27.634104"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "37"], ["second", "27"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:37:27.639889"], ["updated_at", "2015-03-01 03:37:27.639889"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:37:27.644342"], ["updated_at", "2015-03-01 03:37:27.644342"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:37:27.649922"], ["updated_at", "2015-03-01 03:37:27.649922"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:37:27.657347"], ["updated_at", "2015-03-01 03:37:27.657347"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:37:27.661392"], ["updated_at", "2015-03-01 03:37:27.661392"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:37:27.663902"], ["updated_at", "2015-03-01 03:37:27.663902"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:37:27.667606"], ["updated_at", "2015-03-01 03:37:27.667606"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:37:27.671400"], ["updated_at", "2015-03-01 03:37:27.671400"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:37:27.682335"], ["updated_at", "2015-03-01 03:37:27.682335"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:16.412845"], ["updated_at", "2015-03-01 03:40:16.412845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:16.434051"], ["updated_at", "2015-03-01 03:40:16.434051"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:16.440148"], ["updated_at", "2015-03-01 03:40:16.440148"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:16.447305"], ["updated_at", "2015-03-01 03:40:16.447305"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:16.456679"], ["updated_at", "2015-03-01 03:40:16.456679"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:16.461870"], ["updated_at", "2015-03-01 03:40:16.461870"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:16.473640"], ["updated_at", "2015-03-01 03:40:16.473640"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:16.480891"], ["updated_at", "2015-03-01 03:40:16.480891"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-01 03:40:16.492719"], ["updated_at", "2015-03-01 03:40:16.492719"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:16.495494"], ["updated_at", "2015-03-01 03:40:16.495494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-01 03:40:16.509330"], ["updated_at", "2015-03-01 03:40:16.509330"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "16"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:35:16.511132"], ["created_at", "2015-03-01 03:40:16.514018"], ["updated_at", "2015-03-01 03:40:16.514018"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-01 03:40:16.524589"], ["updated_at", "2015-03-01 03:40:16.524589"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:16.538976"], ["updated_at", "2015-03-01 03:40:16.538976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:40:16.557160"], ["updated_at", "2015-03-01 03:40:16.557160"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:40:16.561553"], ["updated_at", "2015-03-01 03:40:16.561553"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:40:16.570185"], ["updated_at", "2015-03-01 03:40:16.570185"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:40:16.573888"], ["updated_at", "2015-03-01 03:40:16.573888"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:40:16.576771"], ["updated_at", "2015-03-01 03:40:16.576771"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:40:16.580476"], ["updated_at", "2015-03-01 03:40:16.580476"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:40:16.584506"], ["updated_at", "2015-03-01 03:40:16.584506"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:40:16.593775"], ["updated_at", "2015-03-01 03:40:16.593775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-01 03:40:40.495272"], ["updated_at", "2015-03-01 03:40:40.495272"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:40.511861"], ["updated_at", "2015-03-01 03:40:40.511861"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-01 03:40:40.531018"], ["updated_at", "2015-03-01 03:40:40.531018"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-01 03:40:40.543157"], ["updated_at", "2015-03-01 03:40:40.543157"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "40"], ["slug", "test-slug"], ["published_at", "2015-03-01 03:35:40.544349"], ["created_at", "2015-03-01 03:40:40.545813"], ["updated_at", "2015-03-01 03:40:40.545813"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:40.551276"], ["updated_at", "2015-03-01 03:40:40.551276"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:40.560075"], ["updated_at", "2015-03-01 03:40:40.560075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:40.572046"], ["updated_at", "2015-03-01 03:40:40.572046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:40.582531"], ["updated_at", "2015-03-01 03:40:40.582531"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:40.591091"], ["updated_at", "2015-03-01 03:40:40.591091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:40.596417"], ["updated_at", "2015-03-01 03:40:40.596417"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:40.601957"], ["updated_at", "2015-03-01 03:40:40.601957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:40.607313"], ["updated_at", "2015-03-01 03:40:40.607313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "01"], ["hour", "03"], ["minute", "40"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-01 03:40:40.614228"], ["updated_at", "2015-03-01 03:40:40.614228"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:40:40.629051"], ["updated_at", "2015-03-01 03:40:40.629051"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-01 03:40:40.634682"], ["updated_at", "2015-03-01 03:40:40.634682"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:40:40.644386"], ["updated_at", "2015-03-01 03:40:40.644386"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:40:40.649511"], ["updated_at", "2015-03-01 03:40:40.649511"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:40:40.655440"], ["updated_at", "2015-03-01 03:40:40.655440"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-01 03:40:40.658659"], ["updated_at", "2015-03-01 03:40:40.658659"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-01 03:40:40.661552"], ["updated_at", "2015-03-01 03:40:40.661552"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-01 03:40:40.668834"], ["updated_at", "2015-03-01 03:40:40.668834"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 License Load (0.4ms) SELECT "licenses".* FROM "licenses"  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "31"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:31:54.036367"], ["updated_at", "2015-03-17 02:31:54.036367"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "31"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:31:54.062496"], ["updated_at", "2015-03-17 02:31:54.062496"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "31"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:31:54.071290"], ["updated_at", "2015-03-17 02:31:54.071290"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "31"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:31:54.080914"], ["updated_at", "2015-03-17 02:31:54.080914"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "31"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:31:54.087238"], ["updated_at", "2015-03-17 02:31:54.087238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "31"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:31:54.093376"], ["updated_at", "2015-03-17 02:31:54.093376"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "31"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:31:54.104519"], ["updated_at", "2015-03-17 02:31:54.104519"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "31"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:31:54.113429"], ["updated_at", "2015-03-17 02:31:54.113429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "31"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:31:54.124638"], ["updated_at", "2015-03-17 02:31:54.124638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) 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.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:31:54.154360"], ["updated_at", "2015-03-17 02:31:54.154360"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "31"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:31:54.157805"], ["updated_at", "2015-03-17 02:31:54.157805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:31:54.174068"], ["updated_at", "2015-03-17 02:31:54.174068"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "31"], ["second", "54"], ["slug", "test-slug"], ["published_at", "2015-03-17 02:26:54.175772"], ["created_at", "2015-03-17 02:31:54.178264"], ["updated_at", "2015-03-17 02:31:54.178264"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (2.2ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:31:54.189225"], ["updated_at", "2015-03-17 02:31:54.189225"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:31:54.250436"], ["updated_at", "2015-03-17 02:31:54.250436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.3ms) SELECT "licenses".* FROM "licenses"  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:31:54.257410"], ["updated_at", "2015-03-17 02:31:54.257410"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:31:54.260444"], ["updated_at", "2015-03-17 02:31:54.260444"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:31:54.266600"], ["updated_at", "2015-03-17 02:31:54.266600"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:31:54.275619"], ["updated_at", "2015-03-17 02:31:54.275619"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:31:54.280194"], ["updated_at", "2015-03-17 02:31:54.280194"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:31:54.284173"], ["updated_at", "2015-03-17 02:31:54.284173"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:31:54.288044"], ["updated_at", "2015-03-17 02:31:54.288044"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:32:43.410642"], ["updated_at", "2015-03-17 02:32:43.410642"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:32:43.427011"], ["updated_at", "2015-03-17 02:32:43.427011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (8.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:32:43.447057"], ["updated_at", "2015-03-17 02:32:43.447057"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:32:43.464015"], ["updated_at", "2015-03-17 02:32:43.464015"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["published_at", "2015-03-17 02:27:43.465459"], ["created_at", "2015-03-17 02:32:43.468278"], ["updated_at", "2015-03-17 02:32:43.468278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:32:43.476206"], ["updated_at", "2015-03-17 02:32:43.476206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) 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.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:32:43.499740"], ["updated_at", "2015-03-17 02:32:43.499740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:32:43.511785"], ["updated_at", "2015-03-17 02:32:43.511785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:32:43.518025"], ["updated_at", "2015-03-17 02:32:43.518025"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:32:43.530384"], ["updated_at", "2015-03-17 02:32:43.530384"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:32:43.538915"], ["updated_at", "2015-03-17 02:32:43.538915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:32:43.544909"], ["updated_at", "2015-03-17 02:32:43.544909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:32:43.549858"], ["updated_at", "2015-03-17 02:32:43.549858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:32:43.556821"], ["updated_at", "2015-03-17 02:32:43.556821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:32:43.564805"], ["updated_at", "2015-03-17 02:32:43.564805"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:32:43.570065"], ["updated_at", "2015-03-17 02:32:43.570065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:32:43.577717"], ["updated_at", "2015-03-17 02:32:43.577717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:32:43.583479"], ["updated_at", "2015-03-17 02:32:43.583479"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:32:43.594546"], ["updated_at", "2015-03-17 02:32:43.594546"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "32"], ["second", "43"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:32:43.602823"], ["updated_at", "2015-03-17 02:32:43.602823"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.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.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:32:43.671828"], ["updated_at", "2015-03-17 02:32:43.671828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:32:43.675817"], ["updated_at", "2015-03-17 02:32:43.675817"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:32:43.681400"], ["updated_at", "2015-03-17 02:32:43.681400"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:32:43.687832"], ["updated_at", "2015-03-17 02:32:43.687832"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:32:43.693409"], ["updated_at", "2015-03-17 02:32:43.693409"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:32:43.696510"], ["updated_at", "2015-03-17 02:32:43.696510"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:32:43.700377"], ["updated_at", "2015-03-17 02:32:43.700377"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:32:43.702765"], ["updated_at", "2015-03-17 02:32:43.702765"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:33:41.188860"], ["updated_at", "2015-03-17 02:33:41.188860"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:33:41.206690"], ["updated_at", "2015-03-17 02:33:41.206690"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:33:41.213039"], ["updated_at", "2015-03-17 02:33:41.213039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:33:41.217865"], ["updated_at", "2015-03-17 02:33:41.217865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:33:41.224226"], ["updated_at", "2015-03-17 02:33:41.224226"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:33:41.230102"], ["updated_at", "2015-03-17 02:33:41.230102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:33:41.240755"], ["updated_at", "2015-03-17 02:33:41.240755"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:33:41.248817"], ["updated_at", "2015-03-17 02:33:41.248817"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:33:41.251448"], ["updated_at", "2015-03-17 02:33:41.251448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:33:41.263402"], ["updated_at", "2015-03-17 02:33:41.263402"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["published_at", "2015-03-17 02:28:41.265146"], ["created_at", "2015-03-17 02:33:41.267397"], ["updated_at", "2015-03-17 02:33:41.267397"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:33:41.276814"], ["updated_at", "2015-03-17 02:33:41.276814"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.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  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:33:41.318227"], ["updated_at", "2015-03-17 02:33:41.318227"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:33:41.333993"], ["updated_at", "2015-03-17 02:33:41.333993"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:33:41.344056"], ["updated_at", "2015-03-17 02:33:41.344056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:33:41.351243"], ["updated_at", "2015-03-17 02:33:41.351243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:33:41.357195"], ["updated_at", "2015-03-17 02:33:41.357195"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:33:41.413802"], ["updated_at", "2015-03-17 02:33:41.413802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:33:41.422721"], ["updated_at", "2015-03-17 02:33:41.422721"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:33:41.427914"], ["updated_at", "2015-03-17 02:33:41.427914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:33:41.432081"], ["updated_at", "2015-03-17 02:33:41.432081"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:33:41.438797"], ["updated_at", "2015-03-17 02:33:41.438797"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:33:41.443929"], ["updated_at", "2015-03-17 02:33:41.443929"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:33:41.447358"], ["updated_at", "2015-03-17 02:33:41.447358"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:33:41.451639"], ["updated_at", "2015-03-17 02:33:41.451639"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:33:41.460390"], ["updated_at", "2015-03-17 02:33:41.460390"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:33:41.465557"], ["updated_at", "2015-03-17 02:33:41.465557"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:33:41.473278"], ["updated_at", "2015-03-17 02:33:41.473278"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:34:39.529225"], ["updated_at", "2015-03-17 02:34:39.529225"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.3ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:34:39.545253"], ["updated_at", "2015-03-17 02:34:39.545253"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:34:39.548623"], ["updated_at", "2015-03-17 02:34:39.548623"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:34:39.555544"], ["updated_at", "2015-03-17 02:34:39.555544"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:34:39.559640"], ["updated_at", "2015-03-17 02:34:39.559640"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:34:39.568001"], ["updated_at", "2015-03-17 02:34:39.568001"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:34:39.574153"], ["updated_at", "2015-03-17 02:34:39.574153"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:34:39.578571"], ["updated_at", "2015-03-17 02:34:39.578571"], ["key", "post_type"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:39.598314"], ["updated_at", "2015-03-17 02:34:39.598314"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:34:39.609467"], ["updated_at", "2015-03-17 02:34:39.609467"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["published_at", "2015-03-17 02:29:39.610971"], ["created_at", "2015-03-17 02:34:39.613581"], ["updated_at", "2015-03-17 02:34:39.613581"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:34:39.624681"], ["updated_at", "2015-03-17 02:34:39.624681"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.1ms) rollback transaction  (0.4ms) 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.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:39.663970"], ["updated_at", "2015-03-17 02:34:39.663970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:34:39.670455"], ["updated_at", "2015-03-17 02:34:39.670455"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:34:39.676079"], ["updated_at", "2015-03-17 02:34:39.676079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:34:39.681243"], ["updated_at", "2015-03-17 02:34:39.681243"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:34:39.685988"], ["updated_at", "2015-03-17 02:34:39.685988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:34:39.693301"], ["updated_at", "2015-03-17 02:34:39.693301"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:34:39.703988"], ["updated_at", "2015-03-17 02:34:39.703988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:39.720894"], ["updated_at", "2015-03-17 02:34:39.720894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:39.765608"], ["updated_at", "2015-03-17 02:34:39.765608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:39.771545"], ["updated_at", "2015-03-17 02:34:39.771545"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:39.778371"], ["updated_at", "2015-03-17 02:34:39.778371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:39.784240"], ["updated_at", "2015-03-17 02:34:39.784240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:39.790388"], ["updated_at", "2015-03-17 02:34:39.790388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:39.796285"], ["updated_at", "2015-03-17 02:34:39.796285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:39.802235"], ["updated_at", "2015-03-17 02:34:39.802235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:34:39.809954"], ["updated_at", "2015-03-17 02:34:39.809954"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:34:51.406862"], ["updated_at", "2015-03-17 02:34:51.406862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:34:51.425603"], ["updated_at", "2015-03-17 02:34:51.425603"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:34:51.428946"], ["updated_at", "2015-03-17 02:34:51.428946"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:34:51.431954"], ["updated_at", "2015-03-17 02:34:51.431954"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:34:51.439608"], ["updated_at", "2015-03-17 02:34:51.439608"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:34:51.444007"], ["updated_at", "2015-03-17 02:34:51.444007"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:34:51.447577"], ["updated_at", "2015-03-17 02:34:51.447577"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:34:51.458339"], ["updated_at", "2015-03-17 02:34:51.458339"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.9ms) rollback transaction  (0.1ms) 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.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:51.496670"], ["updated_at", "2015-03-17 02:34:51.496670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:51.504161"], ["updated_at", "2015-03-17 02:34:51.504161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:51.510282"], ["updated_at", "2015-03-17 02:34:51.510282"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:51.519445"], ["updated_at", "2015-03-17 02:34:51.519445"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:51.526956"], ["updated_at", "2015-03-17 02:34:51.526956"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:51.539071"], ["updated_at", "2015-03-17 02:34:51.539071"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:51.549110"], ["updated_at", "2015-03-17 02:34:51.549110"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:51.556448"], ["updated_at", "2015-03-17 02:34:51.556448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:34:51.567884"], ["updated_at", "2015-03-17 02:34:51.567884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:34:51.575500"], ["updated_at", "2015-03-17 02:34:51.575500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:34:51.584048"], ["updated_at", "2015-03-17 02:34:51.584048"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:34:51.592009"], ["updated_at", "2015-03-17 02:34:51.592009"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:34:51.607371"], ["updated_at", "2015-03-17 02:34:51.607371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:34:51.662553"], ["updated_at", "2015-03-17 02:34:51.662553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:34:51.672345"], ["updated_at", "2015-03-17 02:34:51.672345"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:51.675080"], ["updated_at", "2015-03-17 02:34:51.675080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:34:51.683614"], ["updated_at", "2015-03-17 02:34:51.683614"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:34:51.696969"], ["updated_at", "2015-03-17 02:34:51.696969"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["published_at", "2015-03-17 02:29:51.698283"], ["created_at", "2015-03-17 02:34:51.700144"], ["updated_at", "2015-03-17 02:34:51.700144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "51"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:34:51.706717"], ["updated_at", "2015-03-17 02:34:51.706717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) 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.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:35:32.558366"], ["updated_at", "2015-03-17 02:35:32.558366"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:35:32.573311"], ["updated_at", "2015-03-17 02:35:32.573311"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:35:32.576930"], ["updated_at", "2015-03-17 02:35:32.576930"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:35:32.584014"], ["updated_at", "2015-03-17 02:35:32.584014"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:35:32.589888"], ["updated_at", "2015-03-17 02:35:32.589888"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:35:32.599524"], ["updated_at", "2015-03-17 02:35:32.599524"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:35:32.602906"], ["updated_at", "2015-03-17 02:35:32.602906"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:35:32.652351"], ["updated_at", "2015-03-17 02:35:32.652351"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:35:32.659373"], ["updated_at", "2015-03-17 02:35:32.659373"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:35:32.665303"], ["updated_at", "2015-03-17 02:35:32.665303"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) 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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:35:32.792932"], ["updated_at", "2015-03-17 02:35:32.792932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:36:16.883553"], ["updated_at", "2015-03-17 02:36:16.883553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:36:16.902261"], ["updated_at", "2015-03-17 02:36:16.902261"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:36:16.905485"], ["updated_at", "2015-03-17 02:36:16.905485"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:36:16.912414"], ["updated_at", "2015-03-17 02:36:16.912414"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:36:16.917906"], ["updated_at", "2015-03-17 02:36:16.917906"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (5.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:36:16.926729"], ["updated_at", "2015-03-17 02:36:16.926729"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:36:16.933382"], ["updated_at", "2015-03-17 02:36:16.933382"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:36:16.939723"], ["updated_at", "2015-03-17 02:36:16.939723"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:36:16.985830"], ["updated_at", "2015-03-17 02:36:16.985830"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:36:16.993823"], ["updated_at", "2015-03-17 02:36:16.993823"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:36:17.002487"], ["updated_at", "2015-03-17 02:36:17.002487"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (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.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.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:36:38.562989"], ["updated_at", "2015-03-17 02:36:38.562989"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:36:38.579802"], ["updated_at", "2015-03-17 02:36:38.579802"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:36:38.583684"], ["updated_at", "2015-03-17 02:36:38.583684"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:36:38.587820"], ["updated_at", "2015-03-17 02:36:38.587820"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:36:38.592053"], ["updated_at", "2015-03-17 02:36:38.592053"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:36:38.605928"], ["updated_at", "2015-03-17 02:36:38.605928"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:36:38.608912"], ["updated_at", "2015-03-17 02:36:38.608912"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "36"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:36:38.629885"], ["updated_at", "2015-03-17 02:36:38.629885"], ["published_at", "2015-03-17 02:36:38.630542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "36"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:36:38.638900"], ["updated_at", "2015-03-17 02:36:38.638900"], ["published_at", "2015-03-17 02:36:38.639782"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (3.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "36"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:36:38.658383"], ["updated_at", "2015-03-17 02:36:38.658383"], ["published_at", "2015-03-17 02:36:38.658670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (3.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "36"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:36:38.669687"], ["updated_at", "2015-03-17 02:36:38.669687"], ["published_at", "2015-03-17 02:36:38.670163"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "36"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:36:38.681757"], ["updated_at", "2015-03-17 02:36:38.681757"], ["published_at", "2015-03-17 02:36:38.682038"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "36"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:36:38.690603"], ["updated_at", "2015-03-17 02:36:38.690603"], ["published_at", "2015-03-17 02:36:38.691292"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "36"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:36:38.701620"], ["updated_at", "2015-03-17 02:36:38.701620"], ["published_at", "2015-03-17 02:36:38.701918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "36"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:36:38.714428"], ["updated_at", "2015-03-17 02:36:38.714428"], ["published_at", "2015-03-17 02:36:38.714809"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "36"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:36:38.723528"], ["updated_at", "2015-03-17 02:36:38.723528"], ["published_at", "2015-03-17 02:36:38.723893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:36:38.742468"], ["updated_at", "2015-03-17 02:36:38.742468"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (2.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "36"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:36:38.746346"], ["updated_at", "2015-03-17 02:36:38.746346"], ["published_at", "2015-03-17 02:36:38.746638"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:36:38.762407"], ["updated_at", "2015-03-17 02:36:38.762407"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "31"], ["second", "38"], ["slug", "test-slug"], ["published_at", "2015-03-17 02:31:38.763776"], ["created_at", "2015-03-17 02:36:38.765756"], ["updated_at", "2015-03-17 02:36:38.765756"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:36:38.771767"], ["updated_at", "2015-03-17 02:36:38.771767"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:36:38.862183"], ["updated_at", "2015-03-17 02:36:38.862183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:36:38.867364"], ["updated_at", "2015-03-17 02:36:38.867364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:36:38.875313"], ["updated_at", "2015-03-17 02:36:38.875313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:36:38.881539"], ["updated_at", "2015-03-17 02:36:38.881539"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:36:38.891604"], ["updated_at", "2015-03-17 02:36:38.891604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:36:38.899619"], ["updated_at", "2015-03-17 02:36:38.899619"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:36:38.923186"], ["updated_at", "2015-03-17 02:36:38.923186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:38:02.983618"], ["updated_at", "2015-03-17 02:38:02.983618"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:38:02.997915"], ["updated_at", "2015-03-17 02:38:02.997915"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:38:03.002742"], ["updated_at", "2015-03-17 02:38:03.002742"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:38:03.010652"], ["updated_at", "2015-03-17 02:38:03.010652"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:38:03.014395"], ["updated_at", "2015-03-17 02:38:03.014395"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:38:03.019182"], ["updated_at", "2015-03-17 02:38:03.019182"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:38:03.027914"], ["updated_at", "2015-03-17 02:38:03.027914"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:38:03.034370"], ["updated_at", "2015-03-17 02:38:03.034370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:38:03.038011"], ["updated_at", "2015-03-17 02:38:03.038011"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (2.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:03.055115"], ["updated_at", "2015-03-17 02:38:03.055115"], ["published_at", "2015-03-17 02:38:03.055921"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:38:03.073476"], ["updated_at", "2015-03-17 02:38:03.073476"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:38:03.085514"], ["updated_at", "2015-03-17 02:38:03.085514"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "03"], ["slug", "test-slug"], ["published_at", "2015-03-17 02:33:03.086659"], ["created_at", "2015-03-17 02:38:03.088609"], ["updated_at", "2015-03-17 02:38:03.088609"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.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.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "03"], ["title", "Test Post Title"], ["created_at", "2015-03-17 02:38:03.119408"], ["updated_at", "2015-03-17 02:38:03.119408"], ["published_at", "2015-03-17 02:38:03.119789"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:03.126153"], ["updated_at", "2015-03-17 02:38:03.126153"], ["published_at", "2015-03-17 02:38:03.126545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:03.135427"], ["updated_at", "2015-03-17 02:38:03.135427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:03.140650"], ["updated_at", "2015-03-17 02:38:03.140650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:03.148199"], ["updated_at", "2015-03-17 02:38:03.148199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:03.156475"], ["updated_at", "2015-03-17 02:38:03.156475"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:03.163550"], ["updated_at", "2015-03-17 02:38:03.163550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:03.169777"], ["updated_at", "2015-03-17 02:38:03.169777"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:03.223365"], ["updated_at", "2015-03-17 02:38:03.223365"], ["published_at", "2015-03-17 02:38:03.223606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:03.229549"], ["updated_at", "2015-03-17 02:38:03.229549"], ["published_at", "2015-03-17 02:38:03.229794"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:03.238515"], ["updated_at", "2015-03-17 02:38:03.238515"], ["published_at", "2015-03-17 02:38:03.238747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:03.243996"], ["updated_at", "2015-03-17 02:38:03.243996"], ["published_at", "2015-03-17 02:38:03.244228"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:03.255379"], ["updated_at", "2015-03-17 02:38:03.255379"], ["published_at", "2015-03-17 02:38:03.255625"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:03.264279"], ["updated_at", "2015-03-17 02:38:03.264279"], ["published_at", "2015-03-17 02:38:03.264637"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:03.270794"], ["updated_at", "2015-03-17 02:38:03.270794"], ["published_at", "2015-03-17 02:38:03.271262"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "03"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:03.276638"], ["updated_at", "2015-03-17 02:38:03.276638"], ["published_at", "2015-03-17 02:38:03.276864"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:38:18.840693"], ["updated_at", "2015-03-17 02:38:18.840693"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:18.859708"], ["updated_at", "2015-03-17 02:38:18.859708"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:18.864553"], ["updated_at", "2015-03-17 02:38:18.864553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:18.870787"], ["updated_at", "2015-03-17 02:38:18.870787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:18.876650"], ["updated_at", "2015-03-17 02:38:18.876650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:18.881716"], ["updated_at", "2015-03-17 02:38:18.881716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:18.886340"], ["updated_at", "2015-03-17 02:38:18.886340"]]  (0.1ms) 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.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 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:18.909251"], ["updated_at", "2015-03-17 02:38:18.909251"], ["published_at", "2015-03-17 02:38:18.909481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:18.918805"], ["updated_at", "2015-03-17 02:38:18.918805"], ["published_at", "2015-03-17 02:38:18.919196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:18.927267"], ["updated_at", "2015-03-17 02:38:18.927267"], ["published_at", "2015-03-17 02:38:18.927606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:18.934102"], ["updated_at", "2015-03-17 02:38:18.934102"], ["published_at", "2015-03-17 02:38:18.934558"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:18.941834"], ["updated_at", "2015-03-17 02:38:18.941834"], ["published_at", "2015-03-17 02:38:18.942289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:18.949207"], ["updated_at", "2015-03-17 02:38:18.949207"], ["published_at", "2015-03-17 02:38:18.949461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:18.957481"], ["updated_at", "2015-03-17 02:38:18.957481"], ["published_at", "2015-03-17 02:38:18.958681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:18.967426"], ["updated_at", "2015-03-17 02:38:18.967426"], ["published_at", "2015-03-17 02:38:18.967698"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:38:18.977143"], ["updated_at", "2015-03-17 02:38:18.977143"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:18.979764"], ["updated_at", "2015-03-17 02:38:18.979764"], ["published_at", "2015-03-17 02:38:18.980112"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:38:18.992457"], ["updated_at", "2015-03-17 02:38:18.992457"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:38:19.051543"], ["updated_at", "2015-03-17 02:38:19.051543"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "19"], ["slug", "test-slug"], ["published_at", "2015-03-17 02:33:19.053185"], ["created_at", "2015-03-17 02:38:19.055673"], ["updated_at", "2015-03-17 02:38:19.055673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "19"], ["title", "Test Post Title"], ["created_at", "2015-03-17 02:38:19.067137"], ["updated_at", "2015-03-17 02:38:19.067137"], ["published_at", "2015-03-17 02:38:19.067362"], ["slug", "test-post-title"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "19"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 02:38:19.077847"], ["updated_at", "2015-03-17 02:38:19.077847"], ["published_at", "2015-03-17 02:38:19.078116"], ["slug", ""]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "19"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 02:38:19.086683"], ["updated_at", "2015-03-17 02:38:19.086683"], ["published_at", "2015-03-17 02:38:19.086915"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:19.093006"], ["updated_at", "2015-03-17 02:38:19.093006"], ["published_at", "2015-03-17 02:38:19.093232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:38:19.097062"], ["updated_at", "2015-03-17 02:38:19.097062"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:38:19.099773"], ["updated_at", "2015-03-17 02:38:19.099773"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:38:19.103822"], ["updated_at", "2015-03-17 02:38:19.103822"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:38:19.109842"], ["updated_at", "2015-03-17 02:38:19.109842"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:38:19.117156"], ["updated_at", "2015-03-17 02:38:19.117156"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:38:19.120736"], ["updated_at", "2015-03-17 02:38:19.120736"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:38:19.126233"], ["updated_at", "2015-03-17 02:38:19.126233"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:38:54.071473"], ["updated_at", "2015-03-17 02:38:54.071473"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (7.7ms) rollback transaction  (0.1ms) 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.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 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["title", "Test Post Title"], ["created_at", "2015-03-17 02:38:54.113210"], ["updated_at", "2015-03-17 02:38:54.113210"], ["published_at", "2015-03-17 02:38:54.113473"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 02:38:54.122910"], ["updated_at", "2015-03-17 02:38:54.122910"], ["published_at", "2015-03-17 02:38:54.123155"], ["slug", "test-post-title"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 02:38:54.131862"], ["updated_at", "2015-03-17 02:38:54.131862"], ["published_at", "2015-03-17 02:38:54.132116"], ["slug", ""]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:54.137512"], ["updated_at", "2015-03-17 02:38:54.137512"], ["published_at", "2015-03-17 02:38:54.137740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:54.142781"], ["updated_at", "2015-03-17 02:38:54.142781"], ["published_at", "2015-03-17 02:38:54.143007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:54.152455"], ["updated_at", "2015-03-17 02:38:54.152455"], ["published_at", "2015-03-17 02:38:54.152696"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:54.158804"], ["updated_at", "2015-03-17 02:38:54.158804"], ["published_at", "2015-03-17 02:38:54.159171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:54.166049"], ["updated_at", "2015-03-17 02:38:54.166049"], ["published_at", "2015-03-17 02:38:54.166501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:54.171852"], ["updated_at", "2015-03-17 02:38:54.171852"], ["published_at", "2015-03-17 02:38:54.172078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:54.177284"], ["updated_at", "2015-03-17 02:38:54.177284"], ["published_at", "2015-03-17 02:38:54.177525"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:54.181731"], ["updated_at", "2015-03-17 02:38:54.181731"], ["published_at", "2015-03-17 02:38:54.181958"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:54.191245"], ["updated_at", "2015-03-17 02:38:54.191245"], ["published_at", "2015-03-17 02:38:54.191502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:38:54.204665"], ["updated_at", "2015-03-17 02:38:54.204665"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "38"], ["second", "54"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:38:54.209537"], ["updated_at", "2015-03-17 02:38:54.209537"], ["published_at", "2015-03-17 02:38:54.209806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:38:54.221391"], ["updated_at", "2015-03-17 02:38:54.221391"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "33"], ["second", "54"], ["slug", "test-slug"], ["published_at", "2015-03-17 02:33:54.222601"], ["created_at", "2015-03-17 02:38:54.224102"], ["updated_at", "2015-03-17 02:38:54.224102"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:38:54.229624"], ["updated_at", "2015-03-17 02:38:54.229624"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:54.289029"], ["updated_at", "2015-03-17 02:38:54.289029"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:54.296906"], ["updated_at", "2015-03-17 02:38:54.296906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:54.304704"], ["updated_at", "2015-03-17 02:38:54.304704"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:54.310825"], ["updated_at", "2015-03-17 02:38:54.310825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:54.317737"], ["updated_at", "2015-03-17 02:38:54.317737"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:38:54.327664"], ["updated_at", "2015-03-17 02:38:54.327664"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:38:54.334885"], ["updated_at", "2015-03-17 02:38:54.334885"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:38:54.341881"], ["updated_at", "2015-03-17 02:38:54.341881"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:38:54.346305"], ["updated_at", "2015-03-17 02:38:54.346305"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:38:54.350765"], ["updated_at", "2015-03-17 02:38:54.350765"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:38:54.358162"], ["updated_at", "2015-03-17 02:38:54.358162"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:38:54.362584"], ["updated_at", "2015-03-17 02:38:54.362584"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:38:54.367096"], ["updated_at", "2015-03-17 02:38:54.367096"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (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) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["title", "Test Post Title"], ["created_at", "2015-03-17 02:39:50.076821"], ["updated_at", "2015-03-17 02:39:50.076821"], ["published_at", "2015-03-17 02:39:50.077111"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 02:39:50.094327"], ["updated_at", "2015-03-17 02:39:50.094327"], ["published_at", "2015-03-17 02:39:50.094611"], ["slug", "lorem-impsum"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 02:39:50.104800"], ["updated_at", "2015-03-17 02:39:50.104800"], ["published_at", "2015-03-17 02:39:50.105172"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) 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) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:39:50.122949"], ["updated_at", "2015-03-17 02:39:50.122949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:39:50.129895"], ["updated_at", "2015-03-17 02:39:50.129895"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:39:50.134681"], ["updated_at", "2015-03-17 02:39:50.134681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:39:50.139866"], ["updated_at", "2015-03-17 02:39:50.139866"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:39:50.144975"], ["updated_at", "2015-03-17 02:39:50.144975"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:39:50.151509"], ["updated_at", "2015-03-17 02:39:50.151509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:39:50.161347"], ["updated_at", "2015-03-17 02:39:50.161347"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:39:50.163838"], ["updated_at", "2015-03-17 02:39:50.163838"], ["published_at", "2015-03-17 02:39:50.164062"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:39:50.172676"], ["updated_at", "2015-03-17 02:39:50.172676"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:39:50.185104"], ["updated_at", "2015-03-17 02:39:50.185104"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "34"], ["second", "50"], ["slug", "test-slug"], ["published_at", "2015-03-17 02:34:50.186191"], ["created_at", "2015-03-17 02:39:50.187693"], ["updated_at", "2015-03-17 02:39:50.187693"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:39:50.199939"], ["updated_at", "2015-03-17 02:39:50.199939"], ["published_at", "2015-03-17 02:39:50.200190"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:39:50.211349"], ["updated_at", "2015-03-17 02:39:50.211349"], ["published_at", "2015-03-17 02:39:50.211605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:39:50.216508"], ["updated_at", "2015-03-17 02:39:50.216508"], ["published_at", "2015-03-17 02:39:50.216742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:39:50.222320"], ["updated_at", "2015-03-17 02:39:50.222320"], ["published_at", "2015-03-17 02:39:50.222596"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:39:50.229941"], ["updated_at", "2015-03-17 02:39:50.229941"], ["published_at", "2015-03-17 02:39:50.230249"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:39:50.282127"], ["updated_at", "2015-03-17 02:39:50.282127"], ["published_at", "2015-03-17 02:39:50.282375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:39:50.291836"], ["updated_at", "2015-03-17 02:39:50.291836"], ["published_at", "2015-03-17 02:39:50.292081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:39:50.297377"], ["updated_at", "2015-03-17 02:39:50.297377"], ["published_at", "2015-03-17 02:39:50.297608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "39"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:39:50.302490"], ["updated_at", "2015-03-17 02:39:50.302490"], ["published_at", "2015-03-17 02:39:50.302712"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:39:50.306816"], ["updated_at", "2015-03-17 02:39:50.306816"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:39:50.315134"], ["updated_at", "2015-03-17 02:39:50.315134"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:39:50.318915"], ["updated_at", "2015-03-17 02:39:50.318915"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:39:50.324096"], ["updated_at", "2015-03-17 02:39:50.324096"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:39:50.331766"], ["updated_at", "2015-03-17 02:39:50.331766"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:39:50.337745"], ["updated_at", "2015-03-17 02:39:50.337745"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:39:50.341430"], ["updated_at", "2015-03-17 02:39:50.341430"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:39:50.348560"], ["updated_at", "2015-03-17 02:39:50.348560"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 02:40:43.102083"], ["updated_at", "2015-03-17 02:40:43.102083"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:40:43.129870"], ["updated_at", "2015-03-17 02:40:43.129870"], ["published_at", "2015-03-17 02:40:43.130125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 02:40:43.138885"], ["updated_at", "2015-03-17 02:40:43.138885"], ["published_at", "2015-03-17 02:40:43.139287"], ["slug", "test-post-title"]]  (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 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["title", "Test Post Title"], ["created_at", "2015-03-17 02:40:43.147078"], ["updated_at", "2015-03-17 02:40:43.147078"], ["published_at", "2015-03-17 02:40:43.147313"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 02:40:43.155580"], ["updated_at", "2015-03-17 02:40:43.155580"], ["published_at", "2015-03-17 02:40:43.155823"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) 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 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:40:43.170232"], ["updated_at", "2015-03-17 02:40:43.170232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:40:43.178528"], ["updated_at", "2015-03-17 02:40:43.178528"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:40:43.185743"], ["updated_at", "2015-03-17 02:40:43.185743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:40:43.190835"], ["updated_at", "2015-03-17 02:40:43.190835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:40:43.196060"], ["updated_at", "2015-03-17 02:40:43.196060"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 02:40:43.201810"], ["updated_at", "2015-03-17 02:40:43.201810"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:40:43.208335"], ["updated_at", "2015-03-17 02:40:43.208335"], ["published_at", "2015-03-17 02:40:43.208778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:40:43.220745"], ["updated_at", "2015-03-17 02:40:43.220745"], ["published_at", "2015-03-17 02:40:43.220990"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:40:43.226799"], ["updated_at", "2015-03-17 02:40:43.226799"], ["published_at", "2015-03-17 02:40:43.227050"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:40:43.237438"], ["updated_at", "2015-03-17 02:40:43.237438"], ["published_at", "2015-03-17 02:40:43.238124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:40:43.244766"], ["updated_at", "2015-03-17 02:40:43.244766"], ["published_at", "2015-03-17 02:40:43.245025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:40:43.250534"], ["updated_at", "2015-03-17 02:40:43.250534"], ["published_at", "2015-03-17 02:40:43.250798"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:40:43.256548"], ["updated_at", "2015-03-17 02:40:43.256548"], ["published_at", "2015-03-17 02:40:43.256795"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:40:43.262155"], ["updated_at", "2015-03-17 02:40:43.262155"], ["published_at", "2015-03-17 02:40:43.262433"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:40:43.324761"], ["updated_at", "2015-03-17 02:40:43.324761"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "40"], ["second", "43"], ["slug", "test-slug"], ["created_at", "2015-03-17 02:40:43.328138"], ["updated_at", "2015-03-17 02:40:43.328138"], ["published_at", "2015-03-17 02:40:43.328425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:40:43.343208"], ["updated_at", "2015-03-17 02:40:43.343208"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (2.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "02"], ["minute", "35"], ["second", "43"], ["slug", "test-slug"], ["published_at", "2015-03-17 02:35:43.344538"], ["created_at", "2015-03-17 02:40:43.347161"], ["updated_at", "2015-03-17 02:40:43.347161"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 02:40:43.360136"], ["updated_at", "2015-03-17 02:40:43.360136"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:40:43.374623"], ["updated_at", "2015-03-17 02:40:43.374623"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:40:43.378556"], ["updated_at", "2015-03-17 02:40:43.378556"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:40:43.382809"], ["updated_at", "2015-03-17 02:40:43.382809"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:40:43.386359"], ["updated_at", "2015-03-17 02:40:43.386359"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 02:40:43.389512"], ["updated_at", "2015-03-17 02:40:43.389512"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 02:40:43.394714"], ["updated_at", "2015-03-17 02:40:43.394714"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 02:40:43.397566"], ["updated_at", "2015-03-17 02:40:43.397566"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.9ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "52"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:30:52.865593"], ["updated_at", "2015-03-17 03:30:52.865593"], ["published_at", "2015-03-17 03:30:52.865968"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "52"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:30:52.881077"], ["updated_at", "2015-03-17 03:30:52.881077"], ["published_at", "2015-03-17 03:30:52.881349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "52"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:30:52.886367"], ["updated_at", "2015-03-17 03:30:52.886367"], ["published_at", "2015-03-17 03:30:52.886591"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "52"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:30:52.892086"], ["updated_at", "2015-03-17 03:30:52.892086"], ["published_at", "2015-03-17 03:30:52.892529"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "52"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:30:52.898606"], ["updated_at", "2015-03-17 03:30:52.898606"], ["published_at", "2015-03-17 03:30:52.898831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "52"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:30:52.904216"], ["updated_at", "2015-03-17 03:30:52.904216"], ["published_at", "2015-03-17 03:30:52.904724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "52"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:30:52.909866"], ["updated_at", "2015-03-17 03:30:52.909866"], ["published_at", "2015-03-17 03:30:52.910290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "52"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:30:52.916194"], ["updated_at", "2015-03-17 03:30:52.916194"], ["published_at", "2015-03-17 03:30:52.916447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:30:52.925057"], ["updated_at", "2015-03-17 03:30:52.925057"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:30:52.931553"], ["updated_at", "2015-03-17 03:30:52.931553"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:30:52.936512"], ["updated_at", "2015-03-17 03:30:52.936512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:30:52.941677"], ["updated_at", "2015-03-17 03:30:52.941677"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:30:52.947001"], ["updated_at", "2015-03-17 03:30:52.947001"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:30:52.951713"], ["updated_at", "2015-03-17 03:30:52.951713"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "52"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:30:52.956431"], ["updated_at", "2015-03-17 03:30:52.956431"], ["published_at", "2015-03-17 03:30:52.956703"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 03:30:52.965176"], ["updated_at", "2015-03-17 03:30:52.965176"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "52"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:30:52.969670"], ["updated_at", "2015-03-17 03:30:52.969670"], ["published_at", "2015-03-17 03:30:52.970079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 03:30:52.982726"], ["updated_at", "2015-03-17 03:30:52.982726"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "25"], ["second", "52"], ["slug", "test-slug"], ["published_at", "2015-03-17 03:25:52.983911"], ["created_at", "2015-03-17 03:30:52.986309"], ["updated_at", "2015-03-17 03:30:52.986309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 03:30:52.995814"], ["updated_at", "2015-03-17 03:30:52.995814"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.1ms) 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.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "53"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 03:30:53.017779"], ["updated_at", "2015-03-17 03:30:53.017779"], ["published_at", "2015-03-17 03:30:53.018010"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "53"], ["title", "Test Post Title"], ["created_at", "2015-03-17 03:30:53.074179"], ["updated_at", "2015-03-17 03:30:53.074179"], ["published_at", "2015-03-17 03:30:53.074419"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "30"], ["second", "53"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 03:30:53.082791"], ["updated_at", "2015-03-17 03:30:53.082791"], ["published_at", "2015-03-17 03:30:53.083168"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 03:30:53.106180"], ["updated_at", "2015-03-17 03:30:53.106180"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 03:30:53.113127"], ["updated_at", "2015-03-17 03:30:53.113127"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:30:53.120246"], ["updated_at", "2015-03-17 03:30:53.120246"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 03:30:53.124123"], ["updated_at", "2015-03-17 03:30:53.124123"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:30:53.127097"], ["updated_at", "2015-03-17 03:30:53.127097"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:30:53.131086"], ["updated_at", "2015-03-17 03:30:53.131086"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:30:53.134880"], ["updated_at", "2015-03-17 03:30:53.134880"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 03:30:53.142735"], ["updated_at", "2015-03-17 03:30:53.142735"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 03:50:06.047649"], ["updated_at", "2015-03-17 03:50:06.047649"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:50:06.057958"], ["updated_at", "2015-03-17 03:50:06.057958"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:50:06.061101"], ["updated_at", "2015-03-17 03:50:06.061101"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:50:06.071294"], ["updated_at", "2015-03-17 03:50:06.071294"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 03:50:06.076626"], ["updated_at", "2015-03-17 03:50:06.076626"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 03:50:06.080378"], ["updated_at", "2015-03-17 03:50:06.080378"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:50:06.083660"], ["updated_at", "2015-03-17 03:50:06.083660"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 03:50:06.092424"], ["updated_at", "2015-03-17 03:50:06.092424"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.2ms) 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.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:50:06.120894"], ["updated_at", "2015-03-17 03:50:06.120894"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:50:06.129178"], ["updated_at", "2015-03-17 03:50:06.129178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:50:06.137118"], ["updated_at", "2015-03-17 03:50:06.137118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:50:06.142179"], ["updated_at", "2015-03-17 03:50:06.142179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:50:06.146964"], ["updated_at", "2015-03-17 03:50:06.146964"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:50:06.154392"], ["updated_at", "2015-03-17 03:50:06.154392"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:50:06.161275"], ["updated_at", "2015-03-17 03:50:06.161275"], ["published_at", "2015-03-17 03:50:06.161835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 03:50:06.165691"], ["updated_at", "2015-03-17 03:50:06.165691"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (2.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:50:06.168247"], ["updated_at", "2015-03-17 03:50:06.168247"], ["published_at", "2015-03-17 03:50:06.168685"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 03:50:06.179145"], ["updated_at", "2015-03-17 03:50:06.179145"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 03:50:06.196337"], ["updated_at", "2015-03-17 03:50:06.196337"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "45"], ["second", "06"], ["slug", "test-slug"], ["published_at", "2015-03-17 03:45:06.197828"], ["created_at", "2015-03-17 03:50:06.200794"], ["updated_at", "2015-03-17 03:50:06.200794"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:50:06.207454"], ["updated_at", "2015-03-17 03:50:06.207454"], ["published_at", "2015-03-17 03:50:06.207745"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:50:06.216752"], ["updated_at", "2015-03-17 03:50:06.216752"], ["published_at", "2015-03-17 03:50:06.217024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:50:06.222632"], ["updated_at", "2015-03-17 03:50:06.222632"], ["published_at", "2015-03-17 03:50:06.222861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:50:06.276677"], ["updated_at", "2015-03-17 03:50:06.276677"], ["published_at", "2015-03-17 03:50:06.276937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:50:06.282397"], ["updated_at", "2015-03-17 03:50:06.282397"], ["published_at", "2015-03-17 03:50:06.282654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:50:06.292362"], ["updated_at", "2015-03-17 03:50:06.292362"], ["published_at", "2015-03-17 03:50:06.292632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:50:06.298557"], ["updated_at", "2015-03-17 03:50:06.298557"], ["published_at", "2015-03-17 03:50:06.298786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:50:06.306891"], ["updated_at", "2015-03-17 03:50:06.306891"], ["published_at", "2015-03-17 03:50:06.307165"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 03:50:06.316543"], ["updated_at", "2015-03-17 03:50:06.316543"], ["published_at", "2015-03-17 03:50:06.317536"], ["slug", "lorem-impsum"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 03:50:06.326878"], ["updated_at", "2015-03-17 03:50:06.326878"], ["published_at", "2015-03-17 03:50:06.327139"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "06"], ["title", "Test Post Title"], ["created_at", "2015-03-17 03:50:06.336660"], ["updated_at", "2015-03-17 03:50:06.336660"], ["published_at", "2015-03-17 03:50:06.337106"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 03:54:58.974877"], ["updated_at", "2015-03-17 03:54:58.974877"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["title", "Test Post Title"], ["created_at", "2015-03-17 03:54:59.038808"], ["updated_at", "2015-03-17 03:54:59.038808"], ["published_at", "2015-03-17 03:54:59.039249"], ["slug", "test-post-title"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 03:54:59.055610"], ["updated_at", "2015-03-17 03:54:59.055610"], ["published_at", "2015-03-17 03:54:59.056537"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 03:54:59.062653"], ["updated_at", "2015-03-17 03:54:59.062653"], ["published_at", "2015-03-17 03:54:59.062883"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:54:59.068986"], ["updated_at", "2015-03-17 03:54:59.068986"], ["published_at", "2015-03-17 03:54:59.069390"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:54:59.082144"], ["updated_at", "2015-03-17 03:54:59.082144"], ["published_at", "2015-03-17 03:54:59.082548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:54:59.089528"], ["updated_at", "2015-03-17 03:54:59.089528"], ["published_at", "2015-03-17 03:54:59.089792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:54:59.099074"], ["updated_at", "2015-03-17 03:54:59.099074"], ["published_at", "2015-03-17 03:54:59.099350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:54:59.104832"], ["updated_at", "2015-03-17 03:54:59.104832"], ["published_at", "2015-03-17 03:54:59.105069"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:54:59.117559"], ["updated_at", "2015-03-17 03:54:59.117559"], ["published_at", "2015-03-17 03:54:59.117922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:54:59.125864"], ["updated_at", "2015-03-17 03:54:59.125864"], ["published_at", "2015-03-17 03:54:59.126093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:54:59.132459"], ["updated_at", "2015-03-17 03:54:59.132459"], ["published_at", "2015-03-17 03:54:59.132869"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 03:54:59.144665"], ["updated_at", "2015-03-17 03:54:59.144665"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:54:59.149969"], ["updated_at", "2015-03-17 03:54:59.149969"], ["published_at", "2015-03-17 03:54:59.150233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 03:54:59.164596"], ["updated_at", "2015-03-17 03:54:59.164596"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 03:54:59.232860"], ["updated_at", "2015-03-17 03:54:59.232860"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "49"], ["second", "59"], ["slug", "test-slug"], ["published_at", "2015-03-17 03:49:59.234219"], ["created_at", "2015-03-17 03:54:59.236431"], ["updated_at", "2015-03-17 03:54:59.236431"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:54:59.252261"], ["updated_at", "2015-03-17 03:54:59.252261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:54:59.260268"], ["updated_at", "2015-03-17 03:54:59.260268"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:54:59.270454"], ["updated_at", "2015-03-17 03:54:59.270454"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:54:59.280186"], ["updated_at", "2015-03-17 03:54:59.280186"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:54:59.285605"], ["updated_at", "2015-03-17 03:54:59.285605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:54:59.290308"], ["updated_at", "2015-03-17 03:54:59.290308"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "54"], ["second", "59"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:54:59.299518"], ["updated_at", "2015-03-17 03:54:59.299518"], ["published_at", "2015-03-17 03:54:59.299748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:54:59.304782"], ["updated_at", "2015-03-17 03:54:59.304782"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.7ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 03:54:59.316639"], ["updated_at", "2015-03-17 03:54:59.316639"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:54:59.321561"], ["updated_at", "2015-03-17 03:54:59.321561"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:54:59.328838"], ["updated_at", "2015-03-17 03:54:59.328838"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:54:59.333631"], ["updated_at", "2015-03-17 03:54:59.333631"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 03:54:59.337707"], ["updated_at", "2015-03-17 03:54:59.337707"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 03:54:59.342260"], ["updated_at", "2015-03-17 03:54:59.342260"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 03:55:16.860162"], ["updated_at", "2015-03-17 03:55:16.860162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 03:55:16.878943"], ["updated_at", "2015-03-17 03:55:16.878943"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:55:16.886963"], ["updated_at", "2015-03-17 03:55:16.886963"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.7ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 03:55:16.893262"], ["updated_at", "2015-03-17 03:55:16.893262"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 03:55:16.896602"], ["updated_at", "2015-03-17 03:55:16.896602"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:55:16.899883"], ["updated_at", "2015-03-17 03:55:16.899883"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:55:16.907310"], ["updated_at", "2015-03-17 03:55:16.907310"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 03:55:16.910101"], ["updated_at", "2015-03-17 03:55:16.910101"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:55:16.935473"], ["updated_at", "2015-03-17 03:55:16.935473"], ["published_at", "2015-03-17 03:55:16.935997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) 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.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "16"], ["title", "Test Post Title"], ["created_at", "2015-03-17 03:55:16.958594"], ["updated_at", "2015-03-17 03:55:16.958594"], ["published_at", "2015-03-17 03:55:16.958885"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "16"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 03:55:16.966141"], ["updated_at", "2015-03-17 03:55:16.966141"], ["published_at", "2015-03-17 03:55:16.966538"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "16"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 03:55:16.972662"], ["updated_at", "2015-03-17 03:55:16.972662"], ["published_at", "2015-03-17 03:55:16.972902"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:55:16.985289"], ["updated_at", "2015-03-17 03:55:16.985289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:55:16.998463"], ["updated_at", "2015-03-17 03:55:16.998463"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:55:17.006248"], ["updated_at", "2015-03-17 03:55:17.006248"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:55:17.012978"], ["updated_at", "2015-03-17 03:55:17.012978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:55:17.019222"], ["updated_at", "2015-03-17 03:55:17.019222"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 03:55:17.026965"], ["updated_at", "2015-03-17 03:55:17.026965"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 03:55:17.031851"], ["updated_at", "2015-03-17 03:55:17.031851"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:55:17.082097"], ["updated_at", "2015-03-17 03:55:17.082097"], ["published_at", "2015-03-17 03:55:17.082344"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 03:55:17.094924"], ["updated_at", "2015-03-17 03:55:17.094924"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "50"], ["second", "17"], ["slug", "test-slug"], ["published_at", "2015-03-17 03:50:17.097117"], ["created_at", "2015-03-17 03:55:17.101350"], ["updated_at", "2015-03-17 03:55:17.101350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 03:55:17.107774"], ["updated_at", "2015-03-17 03:55:17.107774"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:55:17.127494"], ["updated_at", "2015-03-17 03:55:17.127494"], ["published_at", "2015-03-17 03:55:17.127765"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:55:17.135490"], ["updated_at", "2015-03-17 03:55:17.135490"], ["published_at", "2015-03-17 03:55:17.135717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:55:17.140564"], ["updated_at", "2015-03-17 03:55:17.140564"], ["published_at", "2015-03-17 03:55:17.140789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:55:17.147400"], ["updated_at", "2015-03-17 03:55:17.147400"], ["published_at", "2015-03-17 03:55:17.147716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:55:17.154014"], ["updated_at", "2015-03-17 03:55:17.154014"], ["published_at", "2015-03-17 03:55:17.154663"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:55:17.159931"], ["updated_at", "2015-03-17 03:55:17.159931"], ["published_at", "2015-03-17 03:55:17.160187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:55:17.169552"], ["updated_at", "2015-03-17 03:55:17.169552"], ["published_at", "2015-03-17 03:55:17.169780"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "03"], ["minute", "55"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 03:55:17.175009"], ["updated_at", "2015-03-17 03:55:17.175009"], ["published_at", "2015-03-17 03:55:17.175316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 04:30:18.837448"], ["updated_at", "2015-03-17 04:30:18.837448"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "18"], ["title", "Test Post Title"], ["created_at", "2015-03-17 04:30:18.862150"], ["updated_at", "2015-03-17 04:30:18.862150"], ["published_at", "2015-03-17 04:30:18.862408"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "18"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 04:30:18.873521"], ["updated_at", "2015-03-17 04:30:18.873521"], ["published_at", "2015-03-17 04:30:18.873792"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "18"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 04:30:18.879943"], ["updated_at", "2015-03-17 04:30:18.879943"], ["published_at", "2015-03-17 04:30:18.880300"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:30:18.890307"], ["updated_at", "2015-03-17 04:30:18.890307"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:30:18.895560"], ["updated_at", "2015-03-17 04:30:18.895560"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:30:18.906183"], ["updated_at", "2015-03-17 04:30:18.906183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:30:18.912187"], ["updated_at", "2015-03-17 04:30:18.912187"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:30:18.920189"], ["updated_at", "2015-03-17 04:30:18.920189"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:30:18.925255"], ["updated_at", "2015-03-17 04:30:18.925255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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.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) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:30:18.946806"], ["updated_at", "2015-03-17 04:30:18.946806"], ["published_at", "2015-03-17 04:30:18.947164"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:30:18.960625"], ["updated_at", "2015-03-17 04:30:18.960625"], ["published_at", "2015-03-17 04:30:18.960970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:30:18.972884"], ["updated_at", "2015-03-17 04:30:18.972884"], ["published_at", "2015-03-17 04:30:18.973251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:30:18.981018"], ["updated_at", "2015-03-17 04:30:18.981018"], ["published_at", "2015-03-17 04:30:18.981471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:30:18.987864"], ["updated_at", "2015-03-17 04:30:18.987864"], ["published_at", "2015-03-17 04:30:18.988170"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:30:18.993890"], ["updated_at", "2015-03-17 04:30:18.993890"], ["published_at", "2015-03-17 04:30:18.994131"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:30:19.001229"], ["updated_at", "2015-03-17 04:30:19.001229"], ["published_at", "2015-03-17 04:30:19.001767"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:30:19.059766"], ["updated_at", "2015-03-17 04:30:19.059766"], ["published_at", "2015-03-17 04:30:19.060058"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:30:19.073738"], ["updated_at", "2015-03-17 04:30:19.073738"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:30:19.077331"], ["updated_at", "2015-03-17 04:30:19.077331"], ["published_at", "2015-03-17 04:30:19.077574"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:30:19.097211"], ["updated_at", "2015-03-17 04:30:19.097211"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:30:19.112489"], ["updated_at", "2015-03-17 04:30:19.112489"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "25"], ["second", "19"], ["slug", "test-slug"], ["published_at", "2015-03-17 04:25:19.114289"], ["created_at", "2015-03-17 04:30:19.116446"], ["updated_at", "2015-03-17 04:30:19.116446"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "19"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:30:19.122789"], ["updated_at", "2015-03-17 04:30:19.122789"], ["published_at", "2015-03-17 04:30:19.123017"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:30:19.126825"], ["updated_at", "2015-03-17 04:30:19.126825"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 04:30:19.134067"], ["updated_at", "2015-03-17 04:30:19.134067"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:30:19.139287"], ["updated_at", "2015-03-17 04:30:19.139287"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:30:19.143411"], ["updated_at", "2015-03-17 04:30:19.143411"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:30:19.147110"], ["updated_at", "2015-03-17 04:30:19.147110"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 04:30:19.156472"], ["updated_at", "2015-03-17 04:30:19.156472"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 04:30:19.160450"], ["updated_at", "2015-03-17 04:30:19.160450"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:34:44.359468"], ["updated_at", "2015-03-17 04:34:44.359468"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:34:44.375916"], ["updated_at", "2015-03-17 04:34:44.375916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:34:44.387231"], ["updated_at", "2015-03-17 04:34:44.387231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:34:44.397508"], ["updated_at", "2015-03-17 04:34:44.397508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:34:44.410451"], ["updated_at", "2015-03-17 04:34:44.410451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:34:44.418147"], ["updated_at", "2015-03-17 04:34:44.418147"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:44.434615"], ["updated_at", "2015-03-17 04:34:44.434615"], ["published_at", "2015-03-17 04:34:44.435191"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.7ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:44.462694"], ["updated_at", "2015-03-17 04:34:44.462694"], ["published_at", "2015-03-17 04:34:44.463242"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:44.474248"], ["updated_at", "2015-03-17 04:34:44.474248"], ["published_at", "2015-03-17 04:34:44.474760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:44.487869"], ["updated_at", "2015-03-17 04:34:44.487869"], ["published_at", "2015-03-17 04:34:44.488755"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:44.506067"], ["updated_at", "2015-03-17 04:34:44.506067"], ["published_at", "2015-03-17 04:34:44.507304"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:44.520089"], ["updated_at", "2015-03-17 04:34:44.520089"], ["published_at", "2015-03-17 04:34:44.521569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:44.543141"], ["updated_at", "2015-03-17 04:34:44.543141"], ["published_at", "2015-03-17 04:34:44.543736"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:44.560215"], ["updated_at", "2015-03-17 04:34:44.560215"], ["published_at", "2015-03-17 04:34:44.560935"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (3.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 04:34:44.588050"], ["updated_at", "2015-03-17 04:34:44.588050"], ["published_at", "2015-03-17 04:34:44.592900"], ["slug", "lorem-impsum"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["title", "Test Post Title"], ["created_at", "2015-03-17 04:34:44.614956"], ["updated_at", "2015-03-17 04:34:44.614956"], ["published_at", "2015-03-17 04:34:44.615790"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 04:34:44.642489"], ["updated_at", "2015-03-17 04:34:44.642489"], ["published_at", "2015-03-17 04:34:44.642749"], ["slug", "test-post-title"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:34:44.684976"], ["updated_at", "2015-03-17 04:34:44.684976"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (7.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:44.695454"], ["updated_at", "2015-03-17 04:34:44.695454"], ["published_at", "2015-03-17 04:34:44.695720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (2.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:34:44.813739"], ["updated_at", "2015-03-17 04:34:44.813739"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:34:44.834143"], ["updated_at", "2015-03-17 04:34:44.834143"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "29"], ["second", "44"], ["slug", "test-slug"], ["published_at", "2015-03-17 04:29:44.835675"], ["created_at", "2015-03-17 04:34:44.841296"], ["updated_at", "2015-03-17 04:34:44.841296"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) 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.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (7.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:44.921494"], ["updated_at", "2015-03-17 04:34:44.921494"], ["published_at", "2015-03-17 04:34:44.922351"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (2.7ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 04:34:44.961005"], ["updated_at", "2015-03-17 04:34:44.961005"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 License Load (0.7ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.9ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.017171"], ["updated_at", "2015-03-17 04:34:45.017171"], ["published_at", "2015-03-17 04:34:45.017470"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.038927"], ["updated_at", "2015-03-17 04:34:45.038927"], ["published_at", "2015-03-17 04:34:45.042067"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.065427"], ["updated_at", "2015-03-17 04:34:45.065427"], ["published_at", "2015-03-17 04:34:45.065702"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.081247"], ["updated_at", "2015-03-17 04:34:45.081247"], ["published_at", "2015-03-17 04:34:45.083794"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.095675"], ["updated_at", "2015-03-17 04:34:45.095675"], ["published_at", "2015-03-17 04:34:45.096321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.104334"], ["updated_at", "2015-03-17 04:34:45.104334"], ["published_at", "2015-03-17 04:34:45.105753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (2.4ms) rollback transaction  (1.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.149141"], ["updated_at", "2015-03-17 04:34:45.149141"], ["published_at", "2015-03-17 04:34:45.150109"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.157903"], ["updated_at", "2015-03-17 04:34:45.157903"], ["published_at", "2015-03-17 04:34:45.158329"]]  (5.7ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.176745"], ["updated_at", "2015-03-17 04:34:45.176745"], ["published_at", "2015-03-17 04:34:45.177330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.186932"], ["updated_at", "2015-03-17 04:34:45.186932"], ["published_at", "2015-03-17 04:34:45.190302"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.201317"], ["updated_at", "2015-03-17 04:34:45.201317"], ["published_at", "2015-03-17 04:34:45.202327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.229387"], ["updated_at", "2015-03-17 04:34:45.229387"], ["published_at", "2015-03-17 04:34:45.229716"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.250361"], ["updated_at", "2015-03-17 04:34:45.250361"], ["published_at", "2015-03-17 04:34:45.250652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.262189"], ["updated_at", "2015-03-17 04:34:45.262189"], ["published_at", "2015-03-17 04:34:45.262737"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.271048"], ["updated_at", "2015-03-17 04:34:45.271048"], ["published_at", "2015-03-17 04:34:45.272230"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.296485"], ["updated_at", "2015-03-17 04:34:45.296485"], ["published_at", "2015-03-17 04:34:45.296934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.310638"], ["updated_at", "2015-03-17 04:34:45.310638"], ["published_at", "2015-03-17 04:34:45.311179"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.375886"], ["updated_at", "2015-03-17 04:34:45.375886"], ["published_at", "2015-03-17 04:34:45.376363"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (3.6ms) begin transaction  (0.3ms) rollback transaction  (0.5ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.434157"], ["updated_at", "2015-03-17 04:34:45.434157"], ["published_at", "2015-03-17 04:34:45.434506"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.453679"], ["updated_at", "2015-03-17 04:34:45.453679"], ["published_at", "2015-03-17 04:34:45.454255"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.6ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "34"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:34:45.500730"], ["updated_at", "2015-03-17 04:34:45.500730"], ["published_at", "2015-03-17 04:34:45.501413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 04:34:45.527059"], ["updated_at", "2015-03-17 04:34:45.527059"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:34:45.544657"], ["updated_at", "2015-03-17 04:34:45.544657"], ["key", "test"]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 04:34:45.577192"], ["updated_at", "2015-03-17 04:34:45.577192"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:34:45.598932"], ["updated_at", "2015-03-17 04:34:45.598932"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:34:45.619331"], ["updated_at", "2015-03-17 04:34:45.619331"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:34:45.631991"], ["updated_at", "2015-03-17 04:34:45.631991"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 04:34:45.648437"], ["updated_at", "2015-03-17 04:34:45.648437"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:29.989438"], ["updated_at", "2015-03-17 04:35:29.989438"], ["published_at", "2015-03-17 04:35:29.989743"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.000871"], ["updated_at", "2015-03-17 04:35:30.000871"], ["published_at", "2015-03-17 04:35:30.001300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.007452"], ["updated_at", "2015-03-17 04:35:30.007452"], ["published_at", "2015-03-17 04:35:30.007692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.014309"], ["updated_at", "2015-03-17 04:35:30.014309"], ["published_at", "2015-03-17 04:35:30.016049"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.025026"], ["updated_at", "2015-03-17 04:35:30.025026"], ["published_at", "2015-03-17 04:35:30.025859"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.034286"], ["updated_at", "2015-03-17 04:35:30.034286"], ["published_at", "2015-03-17 04:35:30.034646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (7.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.054191"], ["updated_at", "2015-03-17 04:35:30.054191"], ["published_at", "2015-03-17 04:35:30.054433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.061499"], ["updated_at", "2015-03-17 04:35:30.061499"], ["published_at", "2015-03-17 04:35:30.061819"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.068403"], ["updated_at", "2015-03-17 04:35:30.068403"], ["published_at", "2015-03-17 04:35:30.068673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.072028"], ["updated_at", "2015-03-17 04:35:30.072028"], ["published_at", "2015-03-17 04:35:30.072247"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.078027"], ["updated_at", "2015-03-17 04:35:30.078027"], ["published_at", "2015-03-17 04:35:30.078807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.088910"], ["updated_at", "2015-03-17 04:35:30.088910"], ["published_at", "2015-03-17 04:35:30.089171"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.104404"], ["updated_at", "2015-03-17 04:35:30.104404"], ["published_at", "2015-03-17 04:35:30.104844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.114141"], ["updated_at", "2015-03-17 04:35:30.114141"], ["published_at", "2015-03-17 04:35:30.114386"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.138279"], ["updated_at", "2015-03-17 04:35:30.138279"], ["published_at", "2015-03-17 04:35:30.138854"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.155800"], ["updated_at", "2015-03-17 04:35:30.155800"], ["published_at", "2015-03-17 04:35:30.156100"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.166292"], ["updated_at", "2015-03-17 04:35:30.166292"], ["published_at", "2015-03-17 04:35:30.166545"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.181688"], ["updated_at", "2015-03-17 04:35:30.181688"], ["published_at", "2015-03-17 04:35:30.181992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.282272"], ["updated_at", "2015-03-17 04:35:30.282272"], ["published_at", "2015-03-17 04:35:30.283027"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (7.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.305276"], ["updated_at", "2015-03-17 04:35:30.305276"], ["published_at", "2015-03-17 04:35:30.305539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.318804"], ["updated_at", "2015-03-17 04:35:30.318804"], ["published_at", "2015-03-17 04:35:30.319122"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.335760"], ["updated_at", "2015-03-17 04:35:30.335760"], ["published_at", "2015-03-17 04:35:30.336532"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.347341"], ["updated_at", "2015-03-17 04:35:30.347341"], ["published_at", "2015-03-17 04:35:30.347786"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.376403"], ["updated_at", "2015-03-17 04:35:30.376403"], ["published_at", "2015-03-17 04:35:30.377571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.388246"], ["updated_at", "2015-03-17 04:35:30.388246"], ["published_at", "2015-03-17 04:35:30.388611"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.405767"], ["updated_at", "2015-03-17 04:35:30.405767"], ["published_at", "2015-03-17 04:35:30.406099"]]  (2.8ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (2.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.440438"], ["updated_at", "2015-03-17 04:35:30.440438"], ["published_at", "2015-03-17 04:35:30.441099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.454298"], ["updated_at", "2015-03-17 04:35:30.454298"], ["published_at", "2015-03-17 04:35:30.454554"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.467701"], ["updated_at", "2015-03-17 04:35:30.467701"], ["published_at", "2015-03-17 04:35:30.467970"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 04:35:30.491125"], ["updated_at", "2015-03-17 04:35:30.491125"], ["published_at", "2015-03-17 04:35:30.492531"], ["slug", "lorem-impsum"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 04:35:30.511490"], ["updated_at", "2015-03-17 04:35:30.511490"], ["published_at", "2015-03-17 04:35:30.511955"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["title", "Test Post Title"], ["created_at", "2015-03-17 04:35:30.524436"], ["updated_at", "2015-03-17 04:35:30.524436"], ["published_at", "2015-03-17 04:35:30.525764"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.535267"], ["updated_at", "2015-03-17 04:35:30.535267"], ["published_at", "2015-03-17 04:35:30.535536"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (2.2ms) begin transaction  (1.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:35:30.561014"], ["updated_at", "2015-03-17 04:35:30.561014"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "35"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:35:30.573491"], ["updated_at", "2015-03-17 04:35:30.573491"], ["published_at", "2015-03-17 04:35:30.573954"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:35:30.592477"], ["updated_at", "2015-03-17 04:35:30.592477"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.9ms) rollback transaction  (0.4ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:35:30.639773"], ["updated_at", "2015-03-17 04:35:30.639773"], ["key", "post_type"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "30"], ["second", "30"], ["slug", "test-slug"], ["published_at", "2015-03-17 04:30:30.645716"], ["created_at", "2015-03-17 04:35:30.651198"], ["updated_at", "2015-03-17 04:35:30.651198"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:35:30.679870"], ["updated_at", "2015-03-17 04:35:30.679870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (3.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:35:30.693173"], ["updated_at", "2015-03-17 04:35:30.693173"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:35:30.735629"], ["updated_at", "2015-03-17 04:35:30.735629"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:35:30.741722"], ["updated_at", "2015-03-17 04:35:30.741722"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:35:30.755829"], ["updated_at", "2015-03-17 04:35:30.755829"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:35:30.788739"], ["updated_at", "2015-03-17 04:35:30.788739"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.4ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:35:30.827547"], ["updated_at", "2015-03-17 04:35:30.827547"], ["key", "test"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.7ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (4.0ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:35:30.847314"], ["updated_at", "2015-03-17 04:35:30.847314"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:35:30.872104"], ["updated_at", "2015-03-17 04:35:30.872104"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 04:35:30.881847"], ["updated_at", "2015-03-17 04:35:30.881847"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.0ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 04:35:30.893490"], ["updated_at", "2015-03-17 04:35:30.893490"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.8ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:35:30.902562"], ["updated_at", "2015-03-17 04:35:30.902562"], ["key", "test"]]  (0.4ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 04:35:30.930938"], ["updated_at", "2015-03-17 04:35:30.930938"], ["key", "test"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (2.2ms) rollback transaction  (1.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 04:35:30.962639"], ["updated_at", "2015-03-17 04:35:30.962639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (1.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 04:37:16.078300"], ["updated_at", "2015-03-17 04:37:16.078300"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (9.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:37:16.097078"], ["updated_at", "2015-03-17 04:37:16.097078"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:37:16.102083"], ["updated_at", "2015-03-17 04:37:16.102083"], ["key", "test"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:37:16.123361"], ["updated_at", "2015-03-17 04:37:16.123361"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 04:37:16.128317"], ["updated_at", "2015-03-17 04:37:16.128317"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:37:16.134695"], ["updated_at", "2015-03-17 04:37:16.134695"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 04:37:16.143669"], ["updated_at", "2015-03-17 04:37:16.143669"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.180645"], ["updated_at", "2015-03-17 04:37:16.180645"], ["published_at", "2015-03-17 04:37:16.181922"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.4ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.206335"], ["updated_at", "2015-03-17 04:37:16.206335"], ["published_at", "2015-03-17 04:37:16.206844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.216025"], ["updated_at", "2015-03-17 04:37:16.216025"], ["published_at", "2015-03-17 04:37:16.216467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.235368"], ["updated_at", "2015-03-17 04:37:16.235368"], ["published_at", "2015-03-17 04:37:16.235910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.249045"], ["updated_at", "2015-03-17 04:37:16.249045"], ["published_at", "2015-03-17 04:37:16.251560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.267417"], ["updated_at", "2015-03-17 04:37:16.267417"], ["published_at", "2015-03-17 04:37:16.267924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.290149"], ["updated_at", "2015-03-17 04:37:16.290149"], ["published_at", "2015-03-17 04:37:16.290868"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.303158"], ["updated_at", "2015-03-17 04:37:16.303158"], ["published_at", "2015-03-17 04:37:16.303429"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.307640"], ["updated_at", "2015-03-17 04:37:16.307640"], ["published_at", "2015-03-17 04:37:16.307936"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.7ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.337554"], ["updated_at", "2015-03-17 04:37:16.337554"], ["published_at", "2015-03-17 04:37:16.338753"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.345216"], ["updated_at", "2015-03-17 04:37:16.345216"], ["published_at", "2015-03-17 04:37:16.345826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.358608"], ["updated_at", "2015-03-17 04:37:16.358608"], ["published_at", "2015-03-17 04:37:16.358848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.366045"], ["updated_at", "2015-03-17 04:37:16.366045"], ["published_at", "2015-03-17 04:37:16.366939"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.376188"], ["updated_at", "2015-03-17 04:37:16.376188"], ["published_at", "2015-03-17 04:37:16.378188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.386411"], ["updated_at", "2015-03-17 04:37:16.386411"], ["published_at", "2015-03-17 04:37:16.386661"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.496193"], ["updated_at", "2015-03-17 04:37:16.496193"], ["published_at", "2015-03-17 04:37:16.498083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.9ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.538516"], ["updated_at", "2015-03-17 04:37:16.538516"], ["published_at", "2015-03-17 04:37:16.539106"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.552265"], ["updated_at", "2015-03-17 04:37:16.552265"], ["published_at", "2015-03-17 04:37:16.552566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.569366"], ["updated_at", "2015-03-17 04:37:16.569366"], ["published_at", "2015-03-17 04:37:16.569708"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.589890"], ["updated_at", "2015-03-17 04:37:16.589890"], ["published_at", "2015-03-17 04:37:16.590374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.605792"], ["updated_at", "2015-03-17 04:37:16.605792"], ["published_at", "2015-03-17 04:37:16.606243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 04:37:16.616536"], ["updated_at", "2015-03-17 04:37:16.616536"], ["published_at", "2015-03-17 04:37:16.616807"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.9ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 04:37:16.644940"], ["updated_at", "2015-03-17 04:37:16.644940"], ["published_at", "2015-03-17 04:37:16.646252"], ["slug", "lorem-impsum"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (3.9ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["title", "Test Post Title"], ["created_at", "2015-03-17 04:37:16.673618"], ["updated_at", "2015-03-17 04:37:16.673618"], ["published_at", "2015-03-17 04:37:16.674376"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.4ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:37:16.705817"], ["updated_at", "2015-03-17 04:37:16.705817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:37:16.719482"], ["updated_at", "2015-03-17 04:37:16.719482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:37:16.733382"], ["updated_at", "2015-03-17 04:37:16.733382"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:37:16.743979"], ["updated_at", "2015-03-17 04:37:16.743979"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:37:16.755333"], ["updated_at", "2015-03-17 04:37:16.755333"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (0.1ms) begin transaction  (0.8ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:37:16.789009"], ["updated_at", "2015-03-17 04:37:16.789009"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.819176"], ["updated_at", "2015-03-17 04:37:16.819176"], ["published_at", "2015-03-17 04:37:16.819435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.835224"], ["updated_at", "2015-03-17 04:37:16.835224"], ["published_at", "2015-03-17 04:37:16.835500"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.4ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.851449"], ["updated_at", "2015-03-17 04:37:16.851449"], ["published_at", "2015-03-17 04:37:16.852353"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.3ms) begin transaction  (0.6ms) SAVEPOINT active_record_1 SQL (3.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.871636"], ["updated_at", "2015-03-17 04:37:16.871636"], ["published_at", "2015-03-17 04:37:16.872033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.892149"], ["updated_at", "2015-03-17 04:37:16.892149"], ["published_at", "2015-03-17 04:37:16.892390"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.903879"], ["updated_at", "2015-03-17 04:37:16.903879"], ["published_at", "2015-03-17 04:37:16.904183"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (2.4ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.925592"], ["updated_at", "2015-03-17 04:37:16.925592"], ["published_at", "2015-03-17 04:37:16.926481"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.942812"], ["updated_at", "2015-03-17 04:37:16.942812"], ["published_at", "2015-03-17 04:37:16.943078"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:37:16.969532"], ["updated_at", "2015-03-17 04:37:16.969532"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "16"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:16.983171"], ["updated_at", "2015-03-17 04:37:16.983171"], ["published_at", "2015-03-17 04:37:16.984124"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Setting Load (1.5ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:37:17.010070"], ["updated_at", "2015-03-17 04:37:17.010070"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:37:17.032145"], ["updated_at", "2015-03-17 04:37:17.032145"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "32"], ["second", "17"], ["slug", "test-slug"], ["published_at", "2015-03-17 04:32:17.035102"], ["created_at", "2015-03-17 04:37:17.038345"], ["updated_at", "2015-03-17 04:37:17.038345"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.0ms) rollback transaction  (0.4ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:17.067016"], ["updated_at", "2015-03-17 04:37:17.067016"], ["published_at", "2015-03-17 04:37:17.067673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.3ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 04:37:17.099025"], ["updated_at", "2015-03-17 04:37:17.099025"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 04:37:56.834259"], ["updated_at", "2015-03-17 04:37:56.834259"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (7.7ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:37:56.854458"], ["updated_at", "2015-03-17 04:37:56.854458"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:37:56.860828"], ["updated_at", "2015-03-17 04:37:56.860828"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:37:56.878285"], ["updated_at", "2015-03-17 04:37:56.878285"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 04:37:56.887238"], ["updated_at", "2015-03-17 04:37:56.887238"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.7ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (1.0ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:37:56.904866"], ["updated_at", "2015-03-17 04:37:56.904866"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 04:37:56.912573"], ["updated_at", "2015-03-17 04:37:56.912573"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:56.956520"], ["updated_at", "2015-03-17 04:37:56.956520"], ["published_at", "2015-03-17 04:37:56.957266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:56.969079"], ["updated_at", "2015-03-17 04:37:56.969079"], ["published_at", "2015-03-17 04:37:56.969408"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:56.987338"], ["updated_at", "2015-03-17 04:37:56.987338"], ["published_at", "2015-03-17 04:37:56.987762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:56.999103"], ["updated_at", "2015-03-17 04:37:56.999103"], ["published_at", "2015-03-17 04:37:56.999818"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.015074"], ["updated_at", "2015-03-17 04:37:57.015074"], ["published_at", "2015-03-17 04:37:57.015884"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.034034"], ["updated_at", "2015-03-17 04:37:57.034034"], ["published_at", "2015-03-17 04:37:57.034649"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.044255"], ["updated_at", "2015-03-17 04:37:57.044255"], ["published_at", "2015-03-17 04:37:57.044764"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.058594"], ["updated_at", "2015-03-17 04:37:57.058594"], ["published_at", "2015-03-17 04:37:57.059238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.088393"], ["updated_at", "2015-03-17 04:37:57.088393"], ["published_at", "2015-03-17 04:37:57.088695"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.195499"], ["updated_at", "2015-03-17 04:37:57.195499"], ["published_at", "2015-03-17 04:37:57.195752"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.203187"], ["updated_at", "2015-03-17 04:37:57.203187"], ["published_at", "2015-03-17 04:37:57.203696"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.211120"], ["updated_at", "2015-03-17 04:37:57.211120"], ["published_at", "2015-03-17 04:37:57.211617"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.225901"], ["updated_at", "2015-03-17 04:37:57.225901"], ["published_at", "2015-03-17 04:37:57.226476"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.236835"], ["updated_at", "2015-03-17 04:37:57.236835"], ["published_at", "2015-03-17 04:37:57.237291"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.241994"], ["updated_at", "2015-03-17 04:37:57.241994"], ["published_at", "2015-03-17 04:37:57.242264"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.256770"], ["updated_at", "2015-03-17 04:37:57.256770"], ["published_at", "2015-03-17 04:37:57.257069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.261001"], ["updated_at", "2015-03-17 04:37:57.261001"], ["published_at", "2015-03-17 04:37:57.261235"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.273812"], ["updated_at", "2015-03-17 04:37:57.273812"], ["published_at", "2015-03-17 04:37:57.274739"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.280155"], ["updated_at", "2015-03-17 04:37:57.280155"], ["published_at", "2015-03-17 04:37:57.281011"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.297829"], ["updated_at", "2015-03-17 04:37:57.297829"], ["published_at", "2015-03-17 04:37:57.300842"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.310545"], ["updated_at", "2015-03-17 04:37:57.310545"], ["published_at", "2015-03-17 04:37:57.311453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 04:37:57.338532"], ["updated_at", "2015-03-17 04:37:57.338532"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:37:57.347349"], ["updated_at", "2015-03-17 04:37:57.347349"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:37:57.360892"], ["updated_at", "2015-03-17 04:37:57.360892"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.4ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:37:57.375913"], ["updated_at", "2015-03-17 04:37:57.375913"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:37:57.388317"], ["updated_at", "2015-03-17 04:37:57.388317"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:37:57.403836"], ["updated_at", "2015-03-17 04:37:57.403836"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:37:57.411785"], ["updated_at", "2015-03-17 04:37:57.411785"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (2.0ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 04:37:57.423445"], ["updated_at", "2015-03-17 04:37:57.423445"], ["published_at", "2015-03-17 04:37:57.423752"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["title", "Test Post Title"], ["created_at", "2015-03-17 04:37:57.440983"], ["updated_at", "2015-03-17 04:37:57.440983"], ["published_at", "2015-03-17 04:37:57.441684"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 04:37:57.463828"], ["updated_at", "2015-03-17 04:37:57.463828"], ["published_at", "2015-03-17 04:37:57.464961"], ["slug", "lorem-impsum"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.480341"], ["updated_at", "2015-03-17 04:37:57.480341"], ["published_at", "2015-03-17 04:37:57.480946"]]  (0.1ms) 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.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.508511"], ["updated_at", "2015-03-17 04:37:57.508511"], ["published_at", "2015-03-17 04:37:57.508837"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (3.9ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.536122"], ["updated_at", "2015-03-17 04:37:57.536122"], ["published_at", "2015-03-17 04:37:57.538653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.546060"], ["updated_at", "2015-03-17 04:37:57.546060"], ["published_at", "2015-03-17 04:37:57.546300"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.560332"], ["updated_at", "2015-03-17 04:37:57.560332"], ["published_at", "2015-03-17 04:37:57.560601"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.579680"], ["updated_at", "2015-03-17 04:37:57.579680"], ["published_at", "2015-03-17 04:37:57.581206"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.595945"], ["updated_at", "2015-03-17 04:37:57.595945"], ["published_at", "2015-03-17 04:37:57.596243"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.611633"], ["updated_at", "2015-03-17 04:37:57.611633"], ["published_at", "2015-03-17 04:37:57.612012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.626203"], ["updated_at", "2015-03-17 04:37:57.626203"], ["published_at", "2015-03-17 04:37:57.629381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.4ms) begin transaction  (0.5ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:37:57.661936"], ["updated_at", "2015-03-17 04:37:57.661936"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "37"], ["second", "57"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:37:57.669303"], ["updated_at", "2015-03-17 04:37:57.669303"], ["published_at", "2015-03-17 04:37:57.669582"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (1.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:37:57.688754"], ["updated_at", "2015-03-17 04:37:57.688754"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "32"], ["second", "57"], ["slug", "test-slug"], ["published_at", "2015-03-17 04:32:57.691211"], ["created_at", "2015-03-17 04:37:57.693569"], ["updated_at", "2015-03-17 04:37:57.693569"]]  (0.5ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.9ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:37:57.712171"], ["updated_at", "2015-03-17 04:37:57.712171"], ["key", "post_type"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (4.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.447678"], ["updated_at", "2015-03-17 04:38:38.447678"], ["published_at", "2015-03-17 04:38:38.448014"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (7.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.468306"], ["updated_at", "2015-03-17 04:38:38.468306"], ["published_at", "2015-03-17 04:38:38.468870"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.2ms) begin transaction  (0.5ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.485744"], ["updated_at", "2015-03-17 04:38:38.485744"], ["published_at", "2015-03-17 04:38:38.486692"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.496956"], ["updated_at", "2015-03-17 04:38:38.496956"], ["published_at", "2015-03-17 04:38:38.497653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.508540"], ["updated_at", "2015-03-17 04:38:38.508540"], ["published_at", "2015-03-17 04:38:38.509080"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.536159"], ["updated_at", "2015-03-17 04:38:38.536159"], ["published_at", "2015-03-17 04:38:38.538375"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.556629"], ["updated_at", "2015-03-17 04:38:38.556629"], ["published_at", "2015-03-17 04:38:38.556928"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.566545"], ["updated_at", "2015-03-17 04:38:38.566545"], ["published_at", "2015-03-17 04:38:38.566908"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.581175"], ["updated_at", "2015-03-17 04:38:38.581175"], ["published_at", "2015-03-17 04:38:38.581525"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (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.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.623624"], ["updated_at", "2015-03-17 04:38:38.623624"], ["published_at", "2015-03-17 04:38:38.623964"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (2.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.634085"], ["updated_at", "2015-03-17 04:38:38.634085"], ["published_at", "2015-03-17 04:38:38.635350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.647702"], ["updated_at", "2015-03-17 04:38:38.647702"], ["published_at", "2015-03-17 04:38:38.647989"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.654554"], ["updated_at", "2015-03-17 04:38:38.654554"], ["published_at", "2015-03-17 04:38:38.654828"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.668934"], ["updated_at", "2015-03-17 04:38:38.668934"], ["published_at", "2015-03-17 04:38:38.669608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.679830"], ["updated_at", "2015-03-17 04:38:38.679830"], ["published_at", "2015-03-17 04:38:38.680327"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (7.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.696586"], ["updated_at", "2015-03-17 04:38:38.696586"], ["published_at", "2015-03-17 04:38:38.696879"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.711174"], ["updated_at", "2015-03-17 04:38:38.711174"], ["published_at", "2015-03-17 04:38:38.711749"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.732397"], ["updated_at", "2015-03-17 04:38:38.732397"], ["published_at", "2015-03-17 04:38:38.732781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.741758"], ["updated_at", "2015-03-17 04:38:38.741758"], ["published_at", "2015-03-17 04:38:38.742816"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.753467"], ["updated_at", "2015-03-17 04:38:38.753467"], ["published_at", "2015-03-17 04:38:38.754012"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "38"], ["second", "38"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:38:38.759220"], ["updated_at", "2015-03-17 04:38:38.759220"], ["published_at", "2015-03-17 04:38:38.759457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (9.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.101716"], ["updated_at", "2015-03-17 04:39:39.101716"], ["published_at", "2015-03-17 04:39:39.102297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.112426"], ["updated_at", "2015-03-17 04:39:39.112426"], ["published_at", "2015-03-17 04:39:39.113805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.123204"], ["updated_at", "2015-03-17 04:39:39.123204"], ["published_at", "2015-03-17 04:39:39.123961"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.129178"], ["updated_at", "2015-03-17 04:39:39.129178"], ["published_at", "2015-03-17 04:39:39.129411"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.135437"], ["updated_at", "2015-03-17 04:39:39.135437"], ["published_at", "2015-03-17 04:39:39.135727"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.143835"], ["updated_at", "2015-03-17 04:39:39.143835"], ["published_at", "2015-03-17 04:39:39.144121"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (9.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.167647"], ["updated_at", "2015-03-17 04:39:39.167647"], ["published_at", "2015-03-17 04:39:39.167937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.175929"], ["updated_at", "2015-03-17 04:39:39.175929"], ["published_at", "2015-03-17 04:39:39.176660"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.181661"], ["updated_at", "2015-03-17 04:39:39.181661"], ["published_at", "2015-03-17 04:39:39.182295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.187778"], ["updated_at", "2015-03-17 04:39:39.187778"], ["published_at", "2015-03-17 04:39:39.188630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.195844"], ["updated_at", "2015-03-17 04:39:39.195844"], ["published_at", "2015-03-17 04:39:39.196134"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.201188"], ["updated_at", "2015-03-17 04:39:39.201188"], ["published_at", "2015-03-17 04:39:39.201476"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.211605"], ["updated_at", "2015-03-17 04:39:39.211605"], ["published_at", "2015-03-17 04:39:39.211858"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.227120"], ["updated_at", "2015-03-17 04:39:39.227120"], ["published_at", "2015-03-17 04:39:39.227364"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.239804"], ["updated_at", "2015-03-17 04:39:39.239804"], ["published_at", "2015-03-17 04:39:39.240503"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.249080"], ["updated_at", "2015-03-17 04:39:39.249080"], ["published_at", "2015-03-17 04:39:39.249438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.264072"], ["updated_at", "2015-03-17 04:39:39.264072"], ["published_at", "2015-03-17 04:39:39.264728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.275463"], ["updated_at", "2015-03-17 04:39:39.275463"], ["published_at", "2015-03-17 04:39:39.275763"]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (1.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.296099"], ["updated_at", "2015-03-17 04:39:39.296099"], ["published_at", "2015-03-17 04:39:39.298318"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (2.8ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.319257"], ["updated_at", "2015-03-17 04:39:39.319257"], ["published_at", "2015-03-17 04:39:39.319752"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "39"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:39:39.341826"], ["updated_at", "2015-03-17 04:39:39.341826"], ["published_at", "2015-03-17 04:39:39.342116"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (9.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.105858"], ["updated_at", "2015-03-17 04:40:02.105858"], ["published_at", "2015-03-17 04:40:02.106164"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.132730"], ["updated_at", "2015-03-17 04:40:02.132730"], ["published_at", "2015-03-17 04:40:02.133976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.148596"], ["updated_at", "2015-03-17 04:40:02.148596"], ["published_at", "2015-03-17 04:40:02.149006"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.204756"], ["updated_at", "2015-03-17 04:40:02.204756"], ["published_at", "2015-03-17 04:40:02.205383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.213325"], ["updated_at", "2015-03-17 04:40:02.213325"], ["published_at", "2015-03-17 04:40:02.213801"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.223477"], ["updated_at", "2015-03-17 04:40:02.223477"], ["published_at", "2015-03-17 04:40:02.223714"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.233045"], ["updated_at", "2015-03-17 04:40:02.233045"], ["published_at", "2015-03-17 04:40:02.233560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.237423"], ["updated_at", "2015-03-17 04:40:02.237423"], ["published_at", "2015-03-17 04:40:02.237672"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.246351"], ["updated_at", "2015-03-17 04:40:02.246351"], ["published_at", "2015-03-17 04:40:02.248260"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (8.5ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.272710"], ["updated_at", "2015-03-17 04:40:02.272710"], ["published_at", "2015-03-17 04:40:02.273052"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.282137"], ["updated_at", "2015-03-17 04:40:02.282137"], ["published_at", "2015-03-17 04:40:02.282714"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.297239"], ["updated_at", "2015-03-17 04:40:02.297239"], ["published_at", "2015-03-17 04:40:02.297749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.306863"], ["updated_at", "2015-03-17 04:40:02.306863"], ["published_at", "2015-03-17 04:40:02.307323"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.318306"], ["updated_at", "2015-03-17 04:40:02.318306"], ["published_at", "2015-03-17 04:40:02.318831"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.333483"], ["updated_at", "2015-03-17 04:40:02.333483"], ["published_at", "2015-03-17 04:40:02.334499"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.353487"], ["updated_at", "2015-03-17 04:40:02.353487"], ["published_at", "2015-03-17 04:40:02.354117"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.368047"], ["updated_at", "2015-03-17 04:40:02.368047"], ["published_at", "2015-03-17 04:40:02.368605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.380254"], ["updated_at", "2015-03-17 04:40:02.380254"], ["published_at", "2015-03-17 04:40:02.380862"]]  (1.9ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.400190"], ["updated_at", "2015-03-17 04:40:02.400190"], ["published_at", "2015-03-17 04:40:02.400671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.416764"], ["updated_at", "2015-03-17 04:40:02.416764"], ["published_at", "2015-03-17 04:40:02.417324"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.6ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "02"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:02.437900"], ["updated_at", "2015-03-17 04:40:02.437900"], ["published_at", "2015-03-17 04:40:02.439312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.4ms) 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 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.629190"], ["updated_at", "2015-03-17 04:40:45.629190"], ["published_at", "2015-03-17 04:40:45.629500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.645121"], ["updated_at", "2015-03-17 04:40:45.645121"], ["published_at", "2015-03-17 04:40:45.645545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.651997"], ["updated_at", "2015-03-17 04:40:45.651997"], ["published_at", "2015-03-17 04:40:45.652286"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.659678"], ["updated_at", "2015-03-17 04:40:45.659678"], ["published_at", "2015-03-17 04:40:45.659909"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.666258"], ["updated_at", "2015-03-17 04:40:45.666258"], ["published_at", "2015-03-17 04:40:45.667700"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.675268"], ["updated_at", "2015-03-17 04:40:45.675268"], ["published_at", "2015-03-17 04:40:45.675508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (3.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.692932"], ["updated_at", "2015-03-17 04:40:45.692932"], ["published_at", "2015-03-17 04:40:45.693632"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.703044"], ["updated_at", "2015-03-17 04:40:45.703044"], ["published_at", "2015-03-17 04:40:45.703286"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.710540"], ["updated_at", "2015-03-17 04:40:45.710540"], ["published_at", "2015-03-17 04:40:45.710779"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.717715"], ["updated_at", "2015-03-17 04:40:45.717715"], ["published_at", "2015-03-17 04:40:45.718422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.723992"], ["updated_at", "2015-03-17 04:40:45.723992"], ["published_at", "2015-03-17 04:40:45.724328"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.727544"], ["updated_at", "2015-03-17 04:40:45.727544"], ["published_at", "2015-03-17 04:40:45.727760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.4ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.739286"], ["updated_at", "2015-03-17 04:40:45.739286"], ["published_at", "2015-03-17 04:40:45.739878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.748178"], ["updated_at", "2015-03-17 04:40:45.748178"], ["published_at", "2015-03-17 04:40:45.748595"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.5ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.757336"], ["updated_at", "2015-03-17 04:40:45.757336"], ["published_at", "2015-03-17 04:40:45.757694"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.776148"], ["updated_at", "2015-03-17 04:40:45.776148"], ["published_at", "2015-03-17 04:40:45.776400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.787243"], ["updated_at", "2015-03-17 04:40:45.787243"], ["published_at", "2015-03-17 04:40:45.787541"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.806977"], ["updated_at", "2015-03-17 04:40:45.806977"], ["published_at", "2015-03-17 04:40:45.808114"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.821960"], ["updated_at", "2015-03-17 04:40:45.821960"], ["published_at", "2015-03-17 04:40:45.822904"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.841160"], ["updated_at", "2015-03-17 04:40:45.841160"], ["published_at", "2015-03-17 04:40:45.841440"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "40"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:40:45.848489"], ["updated_at", "2015-03-17 04:40:45.848489"], ["published_at", "2015-03-17 04:40:45.850047"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.264139"], ["updated_at", "2015-03-17 04:42:12.264139"], ["published_at", "2015-03-17 04:42:12.264474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.289477"], ["updated_at", "2015-03-17 04:42:12.289477"], ["published_at", "2015-03-17 04:42:12.290023"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.303245"], ["updated_at", "2015-03-17 04:42:12.303245"], ["published_at", "2015-03-17 04:42:12.303542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.313712"], ["updated_at", "2015-03-17 04:42:12.313712"], ["published_at", "2015-03-17 04:42:12.314665"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.323627"], ["updated_at", "2015-03-17 04:42:12.323627"], ["published_at", "2015-03-17 04:42:12.323913"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.335015"], ["updated_at", "2015-03-17 04:42:12.335015"], ["published_at", "2015-03-17 04:42:12.335434"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.3ms) 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.2ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.379952"], ["updated_at", "2015-03-17 04:42:12.379952"], ["published_at", "2015-03-17 04:42:12.380279"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.385920"], ["updated_at", "2015-03-17 04:42:12.385920"], ["published_at", "2015-03-17 04:42:12.386350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.394200"], ["updated_at", "2015-03-17 04:42:12.394200"], ["published_at", "2015-03-17 04:42:12.394967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.400719"], ["updated_at", "2015-03-17 04:42:12.400719"], ["published_at", "2015-03-17 04:42:12.402265"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.410666"], ["updated_at", "2015-03-17 04:42:12.410666"], ["published_at", "2015-03-17 04:42:12.411143"]]  (0.5ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.419038"], ["updated_at", "2015-03-17 04:42:12.419038"], ["published_at", "2015-03-17 04:42:12.419316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.428811"], ["updated_at", "2015-03-17 04:42:12.428811"], ["published_at", "2015-03-17 04:42:12.429103"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.434550"], ["updated_at", "2015-03-17 04:42:12.434550"], ["published_at", "2015-03-17 04:42:12.434831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.443188"], ["updated_at", "2015-03-17 04:42:12.443188"], ["published_at", "2015-03-17 04:42:12.443520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.451413"], ["updated_at", "2015-03-17 04:42:12.451413"], ["published_at", "2015-03-17 04:42:12.451721"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.455558"], ["updated_at", "2015-03-17 04:42:12.455558"], ["published_at", "2015-03-17 04:42:12.455945"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.464589"], ["updated_at", "2015-03-17 04:42:12.464589"], ["published_at", "2015-03-17 04:42:12.465319"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.475502"], ["updated_at", "2015-03-17 04:42:12.475502"], ["published_at", "2015-03-17 04:42:12.476008"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.489241"], ["updated_at", "2015-03-17 04:42:12.489241"], ["published_at", "2015-03-17 04:42:12.489737"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "42"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:42:12.500567"], ["updated_at", "2015-03-17 04:42:12.500567"], ["published_at", "2015-03-17 04:42:12.500857"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.3ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (8.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 04:51:44.684550"], ["updated_at", "2015-03-17 04:51:44.684550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.711739"], ["updated_at", "2015-03-17 04:51:44.711739"], ["published_at", "2015-03-17 04:51:44.712132"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.725562"], ["updated_at", "2015-03-17 04:51:44.725562"], ["published_at", "2015-03-17 04:51:44.726202"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.733058"], ["updated_at", "2015-03-17 04:51:44.733058"], ["published_at", "2015-03-17 04:51:44.733433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.755401"], ["updated_at", "2015-03-17 04:51:44.755401"], ["published_at", "2015-03-17 04:51:44.755724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.761517"], ["updated_at", "2015-03-17 04:51:44.761517"], ["published_at", "2015-03-17 04:51:44.761746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.771398"], ["updated_at", "2015-03-17 04:51:44.771398"], ["published_at", "2015-03-17 04:51:44.771916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.783319"], ["updated_at", "2015-03-17 04:51:44.783319"], ["published_at", "2015-03-17 04:51:44.783707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.790010"], ["updated_at", "2015-03-17 04:51:44.790010"], ["published_at", "2015-03-17 04:51:44.790250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.795415"], ["updated_at", "2015-03-17 04:51:44.795415"], ["published_at", "2015-03-17 04:51:44.795641"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.805931"], ["updated_at", "2015-03-17 04:51:44.805931"], ["published_at", "2015-03-17 04:51:44.806172"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.810949"], ["updated_at", "2015-03-17 04:51:44.810949"], ["published_at", "2015-03-17 04:51:44.811331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.816115"], ["updated_at", "2015-03-17 04:51:44.816115"], ["published_at", "2015-03-17 04:51:44.816516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.871233"], ["updated_at", "2015-03-17 04:51:44.871233"], ["published_at", "2015-03-17 04:51:44.871475"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.877120"], ["updated_at", "2015-03-17 04:51:44.877120"], ["published_at", "2015-03-17 04:51:44.877383"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.881474"], ["updated_at", "2015-03-17 04:51:44.881474"], ["published_at", "2015-03-17 04:51:44.881732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.890425"], ["updated_at", "2015-03-17 04:51:44.890425"], ["published_at", "2015-03-17 04:51:44.890687"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.895078"], ["updated_at", "2015-03-17 04:51:44.895078"], ["published_at", "2015-03-17 04:51:44.895297"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.900054"], ["updated_at", "2015-03-17 04:51:44.900054"], ["published_at", "2015-03-17 04:51:44.900308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.905256"], ["updated_at", "2015-03-17 04:51:44.905256"], ["published_at", "2015-03-17 04:51:44.905507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.909093"], ["updated_at", "2015-03-17 04:51:44.909093"], ["published_at", "2015-03-17 04:51:44.909308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.913633"], ["updated_at", "2015-03-17 04:51:44.913633"], ["published_at", "2015-03-17 04:51:44.913875"]]  (0.1ms) RELEASE 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.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 04:51:44.933577"], ["updated_at", "2015-03-17 04:51:44.933577"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:51:44.942261"], ["updated_at", "2015-03-17 04:51:44.942261"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:51:44.945885"], ["updated_at", "2015-03-17 04:51:44.945885"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:51:44.949253"], ["updated_at", "2015-03-17 04:51:44.949253"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 04:51:44.961856"], ["updated_at", "2015-03-17 04:51:44.961856"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 04:51:44.970298"], ["updated_at", "2015-03-17 04:51:44.970298"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 04:51:44.974993"], ["updated_at", "2015-03-17 04:51:44.974993"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (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 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "44"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:44.995335"], ["updated_at", "2015-03-17 04:51:44.995335"], ["published_at", "2015-03-17 04:51:44.995591"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "45"], ["title", "Test Post Title"], ["created_at", "2015-03-17 04:51:45.003222"], ["updated_at", "2015-03-17 04:51:45.003222"], ["published_at", "2015-03-17 04:51:45.003638"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "45"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 04:51:45.014231"], ["updated_at", "2015-03-17 04:51:45.014231"], ["published_at", "2015-03-17 04:51:45.014452"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "45"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 04:51:45.021430"], ["updated_at", "2015-03-17 04:51:45.021430"], ["published_at", "2015-03-17 04:51:45.021724"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:45.026644"], ["updated_at", "2015-03-17 04:51:45.026644"], ["published_at", "2015-03-17 04:51:45.026885"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:45.033200"], ["updated_at", "2015-03-17 04:51:45.033200"], ["published_at", "2015-03-17 04:51:45.035244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:45.042520"], ["updated_at", "2015-03-17 04:51:45.042520"], ["published_at", "2015-03-17 04:51:45.042783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:45.051792"], ["updated_at", "2015-03-17 04:51:45.051792"], ["published_at", "2015-03-17 04:51:45.052451"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:45.060651"], ["updated_at", "2015-03-17 04:51:45.060651"], ["published_at", "2015-03-17 04:51:45.060915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:45.071097"], ["updated_at", "2015-03-17 04:51:45.071097"], ["published_at", "2015-03-17 04:51:45.071338"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:45.076180"], ["updated_at", "2015-03-17 04:51:45.076180"], ["published_at", "2015-03-17 04:51:45.076487"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:45.083183"], ["updated_at", "2015-03-17 04:51:45.083183"], ["published_at", "2015-03-17 04:51:45.083796"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:51:45.090808"], ["updated_at", "2015-03-17 04:51:45.090808"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "51"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:51:45.095935"], ["updated_at", "2015-03-17 04:51:45.095935"], ["published_at", "2015-03-17 04:51:45.096430"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:51:45.104798"], ["updated_at", "2015-03-17 04:51:45.104798"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "46"], ["second", "45"], ["slug", "test-slug"], ["published_at", "2015-03-17 04:46:45.105953"], ["created_at", "2015-03-17 04:51:45.107419"], ["updated_at", "2015-03-17 04:51:45.107419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 04:51:45.112691"], ["updated_at", "2015-03-17 04:51:45.112691"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:51:45.130681"], ["updated_at", "2015-03-17 04:51:45.130681"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:51:45.144212"], ["updated_at", "2015-03-17 04:51:45.144212"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:51:45.157814"], ["updated_at", "2015-03-17 04:51:45.157814"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:51:45.164134"], ["updated_at", "2015-03-17 04:51:45.164134"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:51:45.172179"], ["updated_at", "2015-03-17 04:51:45.172179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 04:51:45.177003"], ["updated_at", "2015-03-17 04:51:45.177003"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 18ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:09.259686"], ["updated_at", "2015-03-17 04:55:09.259686"], ["published_at", "2015-03-17 04:55:09.260251"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:09.269068"], ["updated_at", "2015-03-17 04:55:09.269068"], ["published_at", "2015-03-17 04:55:09.269347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:09.275593"], ["updated_at", "2015-03-17 04:55:09.275593"], ["published_at", "2015-03-17 04:55:09.275883"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:09.282395"], ["updated_at", "2015-03-17 04:55:09.282395"], ["published_at", "2015-03-17 04:55:09.282870"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:09.287755"], ["updated_at", "2015-03-17 04:55:09.287755"], ["published_at", "2015-03-17 04:55:09.288153"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:09.293945"], ["updated_at", "2015-03-17 04:55:09.293945"], ["published_at", "2015-03-17 04:55:09.294379"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Completed 500 Internal Server Error in 1ms  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:09.311506"], ["updated_at", "2015-03-17 04:55:09.311506"], ["published_at", "2015-03-17 04:55:09.311820"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:09.318430"], ["updated_at", "2015-03-17 04:55:09.318430"], ["published_at", "2015-03-17 04:55:09.318790"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:09.323155"], ["updated_at", "2015-03-17 04:55:09.323155"], ["published_at", "2015-03-17 04:55:09.323422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:09.327674"], ["updated_at", "2015-03-17 04:55:09.327674"], ["published_at", "2015-03-17 04:55:09.327934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:09.331380"], ["updated_at", "2015-03-17 04:55:09.331380"], ["published_at", "2015-03-17 04:55:09.331608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:09.334685"], ["updated_at", "2015-03-17 04:55:09.334685"], ["published_at", "2015-03-17 04:55:09.334919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 0ms  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 7ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.517562"], ["updated_at", "2015-03-17 04:55:28.517562"], ["published_at", "2015-03-17 04:55:28.518091"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.527190"], ["updated_at", "2015-03-17 04:55:28.527190"], ["published_at", "2015-03-17 04:55:28.527453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.532559"], ["updated_at", "2015-03-17 04:55:28.532559"], ["published_at", "2015-03-17 04:55:28.532803"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.536309"], ["updated_at", "2015-03-17 04:55:28.536309"], ["published_at", "2015-03-17 04:55:28.536583"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.543450"], ["updated_at", "2015-03-17 04:55:28.543450"], ["published_at", "2015-03-17 04:55:28.543683"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.546835"], ["updated_at", "2015-03-17 04:55:28.546835"], ["published_at", "2015-03-17 04:55:28.547069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (9.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.566434"], ["updated_at", "2015-03-17 04:55:28.566434"], ["published_at", "2015-03-17 04:55:28.566728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.573424"], ["updated_at", "2015-03-17 04:55:28.573424"], ["published_at", "2015-03-17 04:55:28.573685"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.577089"], ["updated_at", "2015-03-17 04:55:28.577089"], ["published_at", "2015-03-17 04:55:28.577305"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.580191"], ["updated_at", "2015-03-17 04:55:28.580191"], ["published_at", "2015-03-17 04:55:28.580413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.583214"], ["updated_at", "2015-03-17 04:55:28.583214"], ["published_at", "2015-03-17 04:55:28.583431"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.587492"], ["updated_at", "2015-03-17 04:55:28.587492"], ["published_at", "2015-03-17 04:55:28.588114"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Completed 500 Internal Server Error in 1ms  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.598430"], ["updated_at", "2015-03-17 04:55:28.598430"], ["published_at", "2015-03-17 04:55:28.598871"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.607697"], ["updated_at", "2015-03-17 04:55:28.607697"], ["published_at", "2015-03-17 04:55:28.608215"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.622601"], ["updated_at", "2015-03-17 04:55:28.622601"], ["published_at", "2015-03-17 04:55:28.623480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.630405"], ["updated_at", "2015-03-17 04:55:28.630405"], ["published_at", "2015-03-17 04:55:28.630659"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.638171"], ["updated_at", "2015-03-17 04:55:28.638171"], ["published_at", "2015-03-17 04:55:28.639117"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.648272"], ["updated_at", "2015-03-17 04:55:28.648272"], ["published_at", "2015-03-17 04:55:28.648529"]]  (0.1ms) 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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (64.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.668673"], ["updated_at", "2015-03-17 04:55:28.668673"], ["published_at", "2015-03-17 04:55:28.668937"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.741625"], ["updated_at", "2015-03-17 04:55:28.741625"], ["published_at", "2015-03-17 04:55:28.742125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "55"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:55:28.748437"], ["updated_at", "2015-03-17 04:55:28.748437"], ["published_at", "2015-03-17 04:55:28.748793"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.810742"], ["updated_at", "2015-03-17 04:56:08.810742"], ["published_at", "2015-03-17 04:56:08.811426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.838854"], ["updated_at", "2015-03-17 04:56:08.838854"], ["published_at", "2015-03-17 04:56:08.839177"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.869912"], ["updated_at", "2015-03-17 04:56:08.869912"], ["published_at", "2015-03-17 04:56:08.870231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.4ms) rollback transaction  (0.2ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 16ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.918059"], ["updated_at", "2015-03-17 04:56:08.918059"], ["published_at", "2015-03-17 04:56:08.918375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (3.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.923191"], ["updated_at", "2015-03-17 04:56:08.923191"], ["published_at", "2015-03-17 04:56:08.923604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.935507"], ["updated_at", "2015-03-17 04:56:08.935507"], ["published_at", "2015-03-17 04:56:08.935916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.941400"], ["updated_at", "2015-03-17 04:56:08.941400"], ["published_at", "2015-03-17 04:56:08.941919"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.947450"], ["updated_at", "2015-03-17 04:56:08.947450"], ["published_at", "2015-03-17 04:56:08.947695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.951385"], ["updated_at", "2015-03-17 04:56:08.951385"], ["published_at", "2015-03-17 04:56:08.951823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.963444"], ["updated_at", "2015-03-17 04:56:08.963444"], ["published_at", "2015-03-17 04:56:08.964605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.971283"], ["updated_at", "2015-03-17 04:56:08.971283"], ["published_at", "2015-03-17 04:56:08.971722"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.978911"], ["updated_at", "2015-03-17 04:56:08.978911"], ["published_at", "2015-03-17 04:56:08.979289"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.983220"], ["updated_at", "2015-03-17 04:56:08.983220"], ["published_at", "2015-03-17 04:56:08.983688"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.987663"], ["updated_at", "2015-03-17 04:56:08.987663"], ["published_at", "2015-03-17 04:56:08.987910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:08.991396"], ["updated_at", "2015-03-17 04:56:08.991396"], ["published_at", "2015-03-17 04:56:08.991940"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Completed 500 Internal Server Error in 1ms  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (1.1ms) begin transaction  (0.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.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:09.125254"], ["updated_at", "2015-03-17 04:56:09.125254"], ["published_at", "2015-03-17 04:56:09.127508"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:09.157821"], ["updated_at", "2015-03-17 04:56:09.157821"], ["published_at", "2015-03-17 04:56:09.158113"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:09.177515"], ["updated_at", "2015-03-17 04:56:09.177515"], ["published_at", "2015-03-17 04:56:09.179093"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:09.197562"], ["updated_at", "2015-03-17 04:56:09.197562"], ["published_at", "2015-03-17 04:56:09.197807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:09.220762"], ["updated_at", "2015-03-17 04:56:09.220762"], ["published_at", "2015-03-17 04:56:09.221022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:09.233211"], ["updated_at", "2015-03-17 04:56:09.233211"], ["published_at", "2015-03-17 04:56:09.233472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.660368"], ["updated_at", "2015-03-17 04:56:48.660368"], ["published_at", "2015-03-17 04:56:48.660724"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.691638"], ["updated_at", "2015-03-17 04:56:48.691638"], ["published_at", "2015-03-17 04:56:48.691928"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.700762"], ["updated_at", "2015-03-17 04:56:48.700762"], ["published_at", "2015-03-17 04:56:48.701244"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 6ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.725153"], ["updated_at", "2015-03-17 04:56:48.725153"], ["published_at", "2015-03-17 04:56:48.725463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.728812"], ["updated_at", "2015-03-17 04:56:48.728812"], ["published_at", "2015-03-17 04:56:48.729041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.732778"], ["updated_at", "2015-03-17 04:56:48.732778"], ["published_at", "2015-03-17 04:56:48.732999"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.739248"], ["updated_at", "2015-03-17 04:56:48.739248"], ["published_at", "2015-03-17 04:56:48.739750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.745070"], ["updated_at", "2015-03-17 04:56:48.745070"], ["published_at", "2015-03-17 04:56:48.745321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.748522"], ["updated_at", "2015-03-17 04:56:48.748522"], ["published_at", "2015-03-17 04:56:48.748779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Completed 500 Internal Server Error in 0ms  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.758914"], ["updated_at", "2015-03-17 04:56:48.758914"], ["published_at", "2015-03-17 04:56:48.759165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.762682"], ["updated_at", "2015-03-17 04:56:48.762682"], ["published_at", "2015-03-17 04:56:48.762902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.766985"], ["updated_at", "2015-03-17 04:56:48.766985"], ["published_at", "2015-03-17 04:56:48.767272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.770883"], ["updated_at", "2015-03-17 04:56:48.770883"], ["published_at", "2015-03-17 04:56:48.771137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.775122"], ["updated_at", "2015-03-17 04:56:48.775122"], ["published_at", "2015-03-17 04:56:48.775361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.778331"], ["updated_at", "2015-03-17 04:56:48.778331"], ["published_at", "2015-03-17 04:56:48.778542"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 0ms  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.789829"], ["updated_at", "2015-03-17 04:56:48.789829"], ["published_at", "2015-03-17 04:56:48.790336"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.811645"], ["updated_at", "2015-03-17 04:56:48.811645"], ["published_at", "2015-03-17 04:56:48.812098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.829281"], ["updated_at", "2015-03-17 04:56:48.829281"], ["published_at", "2015-03-17 04:56:48.829568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.894103"], ["updated_at", "2015-03-17 04:56:48.894103"], ["published_at", "2015-03-17 04:56:48.895829"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Completed 500 Internal Server Error in 1ms  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.907767"], ["updated_at", "2015-03-17 04:56:48.907767"], ["published_at", "2015-03-17 04:56:48.908004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Completed 500 Internal Server Error in 0ms  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "48"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:56:48.918809"], ["updated_at", "2015-03-17 04:56:48.918809"], ["published_at", "2015-03-17 04:56:48.919120"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Completed 500 Internal Server Error in 1ms  (0.4ms) rollback transaction  (0.2ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.2ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.555940"], ["updated_at", "2015-03-17 04:57:28.555940"], ["published_at", "2015-03-17 04:57:28.556233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Completed 500 Internal Server Error in 8ms  (7.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.586738"], ["updated_at", "2015-03-17 04:57:28.586738"], ["published_at", "2015-03-17 04:57:28.587031"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Completed 500 Internal Server Error in 0ms  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.601835"], ["updated_at", "2015-03-17 04:57:28.601835"], ["published_at", "2015-03-17 04:57:28.602090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Completed 500 Internal Server Error in 0ms  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.2ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.646666"], ["updated_at", "2015-03-17 04:57:28.646666"], ["published_at", "2015-03-17 04:57:28.646922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Completed 500 Internal Server Error in 1ms  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.656113"], ["updated_at", "2015-03-17 04:57:28.656113"], ["published_at", "2015-03-17 04:57:28.656417"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Completed 500 Internal Server Error in 1ms  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.667249"], ["updated_at", "2015-03-17 04:57:28.667249"], ["published_at", "2015-03-17 04:57:28.667545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Completed 500 Internal Server Error in 0ms  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.692885"], ["updated_at", "2015-03-17 04:57:28.692885"], ["published_at", "2015-03-17 04:57:28.693162"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.697015"], ["updated_at", "2015-03-17 04:57:28.697015"], ["published_at", "2015-03-17 04:57:28.697241"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.701132"], ["updated_at", "2015-03-17 04:57:28.701132"], ["published_at", "2015-03-17 04:57:28.701359"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.705027"], ["updated_at", "2015-03-17 04:57:28.705027"], ["published_at", "2015-03-17 04:57:28.705279"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.708834"], ["updated_at", "2015-03-17 04:57:28.708834"], ["published_at", "2015-03-17 04:57:28.709071"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.712348"], ["updated_at", "2015-03-17 04:57:28.712348"], ["published_at", "2015-03-17 04:57:28.712584"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Completed 500 Internal Server Error in 0ms  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.761985"], ["updated_at", "2015-03-17 04:57:28.761985"], ["published_at", "2015-03-17 04:57:28.762415"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.768186"], ["updated_at", "2015-03-17 04:57:28.768186"], ["published_at", "2015-03-17 04:57:28.768605"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.772460"], ["updated_at", "2015-03-17 04:57:28.772460"], ["published_at", "2015-03-17 04:57:28.772752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.775964"], ["updated_at", "2015-03-17 04:57:28.775964"], ["published_at", "2015-03-17 04:57:28.776211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.779281"], ["updated_at", "2015-03-17 04:57:28.779281"], ["published_at", "2015-03-17 04:57:28.779553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.783441"], ["updated_at", "2015-03-17 04:57:28.783441"], ["published_at", "2015-03-17 04:57:28.783668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.793325"], ["updated_at", "2015-03-17 04:57:28.793325"], ["published_at", "2015-03-17 04:57:28.793749"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Completed 500 Internal Server Error in 1ms  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.808323"], ["updated_at", "2015-03-17 04:57:28.808323"], ["published_at", "2015-03-17 04:57:28.808597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Completed 500 Internal Server Error in 1ms  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "57"], ["second", "28"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:57:28.822551"], ["updated_at", "2015-03-17 04:57:28.822551"], ["published_at", "2015-03-17 04:57:28.822848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Completed 500 Internal Server Error in 1ms  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.216797"], ["updated_at", "2015-03-17 04:58:34.216797"], ["published_at", "2015-03-17 04:58:34.217109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Completed 500 Internal Server Error in 12ms  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.244087"], ["updated_at", "2015-03-17 04:58:34.244087"], ["published_at", "2015-03-17 04:58:34.244466"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Completed 500 Internal Server Error in 1ms  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.256423"], ["updated_at", "2015-03-17 04:58:34.256423"], ["published_at", "2015-03-17 04:58:34.256678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Completed 500 Internal Server Error in 1ms  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.266727"], ["updated_at", "2015-03-17 04:58:34.266727"], ["published_at", "2015-03-17 04:58:34.266982"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 7ms (ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.283081"], ["updated_at", "2015-03-17 04:58:34.283081"], ["published_at", "2015-03-17 04:58:34.283339"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 5ms  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.304683"], ["updated_at", "2015-03-17 04:58:34.304683"], ["published_at", "2015-03-17 04:58:34.304958"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 4ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.336523"], ["updated_at", "2015-03-17 04:58:34.336523"], ["published_at", "2015-03-17 04:58:34.336783"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Completed 500 Internal Server Error in 1ms  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.348723"], ["updated_at", "2015-03-17 04:58:34.348723"], ["published_at", "2015-03-17 04:58:34.349046"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Completed 500 Internal Server Error in 1ms  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.362628"], ["updated_at", "2015-03-17 04:58:34.362628"], ["published_at", "2015-03-17 04:58:34.362959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Completed 500 Internal Server Error in 1ms  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 41ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 4ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 0ms  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.443238"], ["updated_at", "2015-03-17 04:58:34.443238"], ["published_at", "2015-03-17 04:58:34.443501"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.448964"], ["updated_at", "2015-03-17 04:58:34.448964"], ["published_at", "2015-03-17 04:58:34.449196"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.453358"], ["updated_at", "2015-03-17 04:58:34.453358"], ["published_at", "2015-03-17 04:58:34.453829"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.460096"], ["updated_at", "2015-03-17 04:58:34.460096"], ["published_at", "2015-03-17 04:58:34.460679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.465102"], ["updated_at", "2015-03-17 04:58:34.465102"], ["published_at", "2015-03-17 04:58:34.465492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.469346"], ["updated_at", "2015-03-17 04:58:34.469346"], ["published_at", "2015-03-17 04:58:34.469561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Completed 500 Internal Server Error in 1ms  (7.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.487194"], ["updated_at", "2015-03-17 04:58:34.487194"], ["published_at", "2015-03-17 04:58:34.487520"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.495936"], ["updated_at", "2015-03-17 04:58:34.495936"], ["published_at", "2015-03-17 04:58:34.496474"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.501033"], ["updated_at", "2015-03-17 04:58:34.501033"], ["published_at", "2015-03-17 04:58:34.501312"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.505037"], ["updated_at", "2015-03-17 04:58:34.505037"], ["published_at", "2015-03-17 04:58:34.505429"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.508947"], ["updated_at", "2015-03-17 04:58:34.508947"], ["published_at", "2015-03-17 04:58:34.509153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "58"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:58:34.512790"], ["updated_at", "2015-03-17 04:58:34.512790"], ["published_at", "2015-03-17 04:58:34.513034"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 0ms  (0.6ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "11"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:11.941122"], ["updated_at", "2015-03-17 04:59:11.941122"], ["published_at", "2015-03-17 04:59:11.941457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Completed 500 Internal Server Error in 14ms  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "11"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:11.970936"], ["updated_at", "2015-03-17 04:59:11.970936"], ["published_at", "2015-03-17 04:59:11.971201"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Completed 500 Internal Server Error in 2ms  (1.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "11"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:11.984518"], ["updated_at", "2015-03-17 04:59:11.984518"], ["published_at", "2015-03-17 04:59:11.984797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Completed 500 Internal Server Error in 3ms  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.007847"], ["updated_at", "2015-03-17 04:59:12.007847"], ["published_at", "2015-03-17 04:59:12.008230"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 5ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.023525"], ["updated_at", "2015-03-17 04:59:12.023525"], ["published_at", "2015-03-17 04:59:12.023832"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 3ms  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.050157"], ["updated_at", "2015-03-17 04:59:12.050157"], ["published_at", "2015-03-17 04:59:12.050538"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 8ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.096930"], ["updated_at", "2015-03-17 04:59:12.096930"], ["published_at", "2015-03-17 04:59:12.097304"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Completed 500 Internal Server Error in 2ms  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.109101"], ["updated_at", "2015-03-17 04:59:12.109101"], ["published_at", "2015-03-17 04:59:12.109397"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Completed 500 Internal Server Error in 2ms  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.131258"], ["updated_at", "2015-03-17 04:59:12.131258"], ["published_at", "2015-03-17 04:59:12.131750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Completed 500 Internal Server Error in 2ms  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.157670"], ["updated_at", "2015-03-17 04:59:12.157670"], ["published_at", "2015-03-17 04:59:12.157934"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.216516"], ["updated_at", "2015-03-17 04:59:12.216516"], ["published_at", "2015-03-17 04:59:12.216821"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.221438"], ["updated_at", "2015-03-17 04:59:12.221438"], ["published_at", "2015-03-17 04:59:12.221687"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.227286"], ["updated_at", "2015-03-17 04:59:12.227286"], ["published_at", "2015-03-17 04:59:12.227899"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.233248"], ["updated_at", "2015-03-17 04:59:12.233248"], ["published_at", "2015-03-17 04:59:12.233498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.237009"], ["updated_at", "2015-03-17 04:59:12.237009"], ["published_at", "2015-03-17 04:59:12.237232"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Completed 500 Internal Server Error in 1ms  (8.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.257143"], ["updated_at", "2015-03-17 04:59:12.257143"], ["published_at", "2015-03-17 04:59:12.257424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.261298"], ["updated_at", "2015-03-17 04:59:12.261298"], ["published_at", "2015-03-17 04:59:12.261584"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.266964"], ["updated_at", "2015-03-17 04:59:12.266964"], ["published_at", "2015-03-17 04:59:12.267223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.271114"], ["updated_at", "2015-03-17 04:59:12.271114"], ["published_at", "2015-03-17 04:59:12.271371"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.275359"], ["updated_at", "2015-03-17 04:59:12.275359"], ["published_at", "2015-03-17 04:59:12.275723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "12"], ["slug", "test-slug"], ["created_at", "2015-03-17 04:59:12.279532"], ["updated_at", "2015-03-17 04:59:12.279532"], ["published_at", "2015-03-17 04:59:12.279786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.7ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 3ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 24ms (Views: 9.6ms | ActiveRecord: 0.4ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.717210"], ["updated_at", "2015-03-17 05:00:29.717210"], ["published_at", "2015-03-17 05:00:29.717509"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 11ms (Views: 2.3ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.748117"], ["updated_at", "2015-03-17 05:00:29.748117"], ["published_at", "2015-03-17 05:00:29.748493"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.762262"], ["updated_at", "2015-03-17 05:00:29.762262"], ["published_at", "2015-03-17 05:00:29.762527"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.776761"], ["updated_at", "2015-03-17 05:00:29.776761"], ["published_at", "2015-03-17 05:00:29.777194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 5ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.794488"], ["updated_at", "2015-03-17 05:00:29.794488"], ["published_at", "2015-03-17 05:00:29.794724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 8ms (ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.830960"], ["updated_at", "2015-03-17 05:00:29.830960"], ["published_at", "2015-03-17 05:00:29.831879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.846035"], ["updated_at", "2015-03-17 05:00:29.846035"], ["published_at", "2015-03-17 05:00:29.846285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.859106"], ["updated_at", "2015-03-17 05:00:29.859106"], ["published_at", "2015-03-17 05:00:29.859374"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.873562"], ["updated_at", "2015-03-17 05:00:29.873562"], ["published_at", "2015-03-17 05:00:29.873873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.6ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.3ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.2ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.944901"], ["updated_at", "2015-03-17 05:00:29.944901"], ["published_at", "2015-03-17 05:00:29.945204"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.952535"], ["updated_at", "2015-03-17 05:00:29.952535"], ["published_at", "2015-03-17 05:00:29.953231"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.960347"], ["updated_at", "2015-03-17 05:00:29.960347"], ["published_at", "2015-03-17 05:00:29.960606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.966536"], ["updated_at", "2015-03-17 05:00:29.966536"], ["published_at", "2015-03-17 05:00:29.966757"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.970236"], ["updated_at", "2015-03-17 05:00:29.970236"], ["published_at", "2015-03-17 05:00:29.970445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.973271"], ["updated_at", "2015-03-17 05:00:29.973271"], ["published_at", "2015-03-17 05:00:29.973510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 0ms  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.984137"], ["updated_at", "2015-03-17 05:00:29.984137"], ["published_at", "2015-03-17 05:00:29.984812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.989006"], ["updated_at", "2015-03-17 05:00:29.989006"], ["published_at", "2015-03-17 05:00:29.989294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.993594"], ["updated_at", "2015-03-17 05:00:29.993594"], ["published_at", "2015-03-17 05:00:29.993841"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "29"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:29.997077"], ["updated_at", "2015-03-17 05:00:29.997077"], ["published_at", "2015-03-17 05:00:29.997295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:30.000238"], ["updated_at", "2015-03-17 05:00:30.000238"], ["published_at", "2015-03-17 05:00:30.000461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "00"], ["second", "30"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:00:30.005252"], ["updated_at", "2015-03-17 05:00:30.005252"], ["published_at", "2015-03-17 05:00:30.005484"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Completed 500 Internal Server Error in 1ms  (0.7ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 5ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.573066"], ["updated_at", "2015-03-17 05:01:10.573066"], ["published_at", "2015-03-17 05:01:10.573377"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 13ms (Views: 10.0ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.598483"], ["updated_at", "2015-03-17 05:01:10.598483"], ["published_at", "2015-03-17 05:01:10.598740"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.609393"], ["updated_at", "2015-03-17 05:01:10.609393"], ["published_at", "2015-03-17 05:01:10.609831"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.624059"], ["updated_at", "2015-03-17 05:01:10.624059"], ["published_at", "2015-03-17 05:01:10.624308"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 6ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.639905"], ["updated_at", "2015-03-17 05:01:10.639905"], ["published_at", "2015-03-17 05:01:10.640152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.660080"], ["updated_at", "2015-03-17 05:01:10.660080"], ["published_at", "2015-03-17 05:01:10.660605"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 4ms (ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.680717"], ["updated_at", "2015-03-17 05:01:10.680717"], ["published_at", "2015-03-17 05:01:10.680975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.692150"], ["updated_at", "2015-03-17 05:01:10.692150"], ["published_at", "2015-03-17 05:01:10.692445"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.705443"], ["updated_at", "2015-03-17 05:01:10.705443"], ["published_at", "2015-03-17 05:01:10.705844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.729013"], ["updated_at", "2015-03-17 05:01:10.729013"], ["published_at", "2015-03-17 05:01:10.729280"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (42.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.733197"], ["updated_at", "2015-03-17 05:01:10.733197"], ["published_at", "2015-03-17 05:01:10.733436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.779501"], ["updated_at", "2015-03-17 05:01:10.779501"], ["published_at", "2015-03-17 05:01:10.779748"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.784034"], ["updated_at", "2015-03-17 05:01:10.784034"], ["published_at", "2015-03-17 05:01:10.784294"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.787975"], ["updated_at", "2015-03-17 05:01:10.787975"], ["published_at", "2015-03-17 05:01:10.788423"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.793798"], ["updated_at", "2015-03-17 05:01:10.793798"], ["published_at", "2015-03-17 05:01:10.794557"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Completed 500 Internal Server Error in 1ms  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.805592"], ["updated_at", "2015-03-17 05:01:10.805592"], ["published_at", "2015-03-17 05:01:10.805844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.810221"], ["updated_at", "2015-03-17 05:01:10.810221"], ["published_at", "2015-03-17 05:01:10.810494"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.814297"], ["updated_at", "2015-03-17 05:01:10.814297"], ["published_at", "2015-03-17 05:01:10.814526"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.817629"], ["updated_at", "2015-03-17 05:01:10.817629"], ["published_at", "2015-03-17 05:01:10.817843"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.821869"], ["updated_at", "2015-03-17 05:01:10.821869"], ["published_at", "2015-03-17 05:01:10.822111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "10"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:10.825983"], ["updated_at", "2015-03-17 05:01:10.825983"], ["published_at", "2015-03-17 05:01:10.826203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.6ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (2.1ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 4ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 4ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.5ms) Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.325098"], ["updated_at", "2015-03-17 05:01:56.325098"], ["published_at", "2015-03-17 05:01:56.326042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.333423"], ["updated_at", "2015-03-17 05:01:56.333423"], ["published_at", "2015-03-17 05:01:56.333666"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.337636"], ["updated_at", "2015-03-17 05:01:56.337636"], ["published_at", "2015-03-17 05:01:56.337857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.340740"], ["updated_at", "2015-03-17 05:01:56.340740"], ["published_at", "2015-03-17 05:01:56.340952"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.344708"], ["updated_at", "2015-03-17 05:01:56.344708"], ["published_at", "2015-03-17 05:01:56.344930"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.351948"], ["updated_at", "2015-03-17 05:01:56.351948"], ["published_at", "2015-03-17 05:01:56.352273"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.362557"], ["updated_at", "2015-03-17 05:01:56.362557"], ["published_at", "2015-03-17 05:01:56.362800"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.369446"], ["updated_at", "2015-03-17 05:01:56.369446"], ["published_at", "2015-03-17 05:01:56.369744"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.374973"], ["updated_at", "2015-03-17 05:01:56.374973"], ["published_at", "2015-03-17 05:01:56.375516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.383196"], ["updated_at", "2015-03-17 05:01:56.383196"], ["published_at", "2015-03-17 05:01:56.383471"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.387521"], ["updated_at", "2015-03-17 05:01:56.387521"], ["published_at", "2015-03-17 05:01:56.387828"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.392634"], ["updated_at", "2015-03-17 05:01:56.392634"], ["published_at", "2015-03-17 05:01:56.392861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Completed 500 Internal Server Error in 1ms  (0.7ms) rollback transaction  (0.2ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.468912"], ["updated_at", "2015-03-17 05:01:56.468912"], ["published_at", "2015-03-17 05:01:56.469175"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.6ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 11ms (Views: 2.7ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.488355"], ["updated_at", "2015-03-17 05:01:56.488355"], ["published_at", "2015-03-17 05:01:56.488647"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.501394"], ["updated_at", "2015-03-17 05:01:56.501394"], ["published_at", "2015-03-17 05:01:56.501746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.9ms) Completed 200 OK in 7ms (Views: 4.2ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.522744"], ["updated_at", "2015-03-17 05:01:56.522744"], ["published_at", "2015-03-17 05:01:56.523066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.537713"], ["updated_at", "2015-03-17 05:01:56.537713"], ["published_at", "2015-03-17 05:01:56.537998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (1.2ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.554376"], ["updated_at", "2015-03-17 05:01:56.554376"], ["published_at", "2015-03-17 05:01:56.554762"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.568101"], ["updated_at", "2015-03-17 05:01:56.568101"], ["published_at", "2015-03-17 05:01:56.568389"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 10ms (ActiveRecord: 0.3ms)  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.596613"], ["updated_at", "2015-03-17 05:01:56.596613"], ["published_at", "2015-03-17 05:01:56.596882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 3ms (ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.615056"], ["updated_at", "2015-03-17 05:01:56.615056"], ["published_at", "2015-03-17 05:01:56.615462"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:01:56.631343"], ["updated_at", "2015-03-17 05:01:56.631343"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:01:56.640395"], ["updated_at", "2015-03-17 05:01:56.640395"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:01:56.653637"], ["updated_at", "2015-03-17 05:01:56.653637"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:01:56.661272"], ["updated_at", "2015-03-17 05:01:56.661272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:01:56.667601"], ["updated_at", "2015-03-17 05:01:56.667601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:01:56.672514"], ["updated_at", "2015-03-17 05:01:56.672514"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.677341"], ["updated_at", "2015-03-17 05:01:56.677341"], ["published_at", "2015-03-17 05:01:56.677717"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.693142"], ["updated_at", "2015-03-17 05:01:56.693142"], ["published_at", "2015-03-17 05:01:56.693443"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.700885"], ["updated_at", "2015-03-17 05:01:56.700885"], ["published_at", "2015-03-17 05:01:56.701483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.709596"], ["updated_at", "2015-03-17 05:01:56.709596"], ["published_at", "2015-03-17 05:01:56.710644"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.722078"], ["updated_at", "2015-03-17 05:01:56.722078"], ["published_at", "2015-03-17 05:01:56.722361"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.730740"], ["updated_at", "2015-03-17 05:01:56.730740"], ["published_at", "2015-03-17 05:01:56.730990"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.736474"], ["updated_at", "2015-03-17 05:01:56.736474"], ["published_at", "2015-03-17 05:01:56.736720"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.742735"], ["updated_at", "2015-03-17 05:01:56.742735"], ["published_at", "2015-03-17 05:01:56.743025"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.753034"], ["updated_at", "2015-03-17 05:01:56.753034"], ["published_at", "2015-03-17 05:01:56.753537"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:01:56.762459"], ["updated_at", "2015-03-17 05:01:56.762459"], ["published_at", "2015-03-17 05:01:56.762713"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:01:56.771317"], ["updated_at", "2015-03-17 05:01:56.771317"], ["published_at", "2015-03-17 05:01:56.771567"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["title", "Test Post Title"], ["created_at", "2015-03-17 05:01:56.781581"], ["updated_at", "2015-03-17 05:01:56.781581"], ["published_at", "2015-03-17 05:01:56.781950"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) 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) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:01:56.801598"], ["updated_at", "2015-03-17 05:01:56.801598"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "01"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:01:56.805155"], ["updated_at", "2015-03-17 05:01:56.805155"], ["published_at", "2015-03-17 05:01:56.805408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (3.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:01:56.819152"], ["updated_at", "2015-03-17 05:01:56.819152"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:01:56.830888"], ["updated_at", "2015-03-17 05:01:56.830888"], ["key", "post_type"]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "56"], ["second", "56"], ["slug", "test-slug"], ["published_at", "2015-03-17 04:56:56.834421"], ["created_at", "2015-03-17 05:01:56.837261"], ["updated_at", "2015-03-17 05:01:56.837261"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.0ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:01:56.860317"], ["updated_at", "2015-03-17 05:01:56.860317"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:01:56.864639"], ["updated_at", "2015-03-17 05:01:56.864639"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:01:56.868367"], ["updated_at", "2015-03-17 05:01:56.868367"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:01:56.871205"], ["updated_at", "2015-03-17 05:01:56.871205"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:01:56.874300"], ["updated_at", "2015-03-17 05:01:56.874300"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:01:56.877054"], ["updated_at", "2015-03-17 05:01:56.877054"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 05:01:56.885681"], ["updated_at", "2015-03-17 05:01:56.885681"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 05:01:56.896440"], ["updated_at", "2015-03-17 05:01:56.896440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 0ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.094376"], ["updated_at", "2015-03-17 05:04:09.094376"], ["published_at", "2015-03-17 05:04:09.095245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.104298"], ["updated_at", "2015-03-17 05:04:09.104298"], ["published_at", "2015-03-17 05:04:09.104601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.108916"], ["updated_at", "2015-03-17 05:04:09.108916"], ["published_at", "2015-03-17 05:04:09.109160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.112762"], ["updated_at", "2015-03-17 05:04:09.112762"], ["published_at", "2015-03-17 05:04:09.113109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.116207"], ["updated_at", "2015-03-17 05:04:09.116207"], ["published_at", "2015-03-17 05:04:09.116425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.120802"], ["updated_at", "2015-03-17 05:04:09.120802"], ["published_at", "2015-03-17 05:04:09.121065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Completed 500 Internal Server Error in 1ms  (0.9ms) rollback transaction  (1.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.141006"], ["updated_at", "2015-03-17 05:04:09.141006"], ["published_at", "2015-03-17 05:04:09.141373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.146240"], ["updated_at", "2015-03-17 05:04:09.146240"], ["published_at", "2015-03-17 05:04:09.146516"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.152187"], ["updated_at", "2015-03-17 05:04:09.152187"], ["published_at", "2015-03-17 05:04:09.152499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.156646"], ["updated_at", "2015-03-17 05:04:09.156646"], ["published_at", "2015-03-17 05:04:09.156926"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.160854"], ["updated_at", "2015-03-17 05:04:09.160854"], ["published_at", "2015-03-17 05:04:09.161084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.164502"], ["updated_at", "2015-03-17 05:04:09.164502"], ["published_at", "2015-03-17 05:04:09.164723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.177305"], ["updated_at", "2015-03-17 05:04:09.177305"], ["published_at", "2015-03-17 05:04:09.177746"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 15ms (ActiveRecord: 0.4ms)  (0.7ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.206276"], ["updated_at", "2015-03-17 05:04:09.206276"], ["published_at", "2015-03-17 05:04:09.206586"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.8ms) Completed 200 OK in 57ms (Views: 16.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.284814"], ["updated_at", "2015-03-17 05:04:09.284814"], ["published_at", "2015-03-17 05:04:09.285392"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 4ms (ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 8ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.340737"], ["updated_at", "2015-03-17 05:04:09.340737"], ["published_at", "2015-03-17 05:04:09.341065"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.357237"], ["updated_at", "2015-03-17 05:04:09.357237"], ["published_at", "2015-03-17 05:04:09.357521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.370850"], ["updated_at", "2015-03-17 05:04:09.370850"], ["published_at", "2015-03-17 05:04:09.371409"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.382617"], ["updated_at", "2015-03-17 05:04:09.382617"], ["published_at", "2015-03-17 05:04:09.382878"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.401375"], ["updated_at", "2015-03-17 05:04:09.401375"], ["published_at", "2015-03-17 05:04:09.402651"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.418600"], ["updated_at", "2015-03-17 05:04:09.418600"], ["published_at", "2015-03-17 05:04:09.418931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:04:09.450391"], ["updated_at", "2015-03-17 05:04:09.450391"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:04:09.456961"], ["updated_at", "2015-03-17 05:04:09.456961"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:04:09.469352"], ["updated_at", "2015-03-17 05:04:09.469352"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:04:09.475533"], ["updated_at", "2015-03-17 05:04:09.475533"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 05:04:09.480563"], ["updated_at", "2015-03-17 05:04:09.480563"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:04:09.488438"], ["updated_at", "2015-03-17 05:04:09.488438"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:04:09.492181"], ["updated_at", "2015-03-17 05:04:09.492181"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 05:04:09.500138"], ["updated_at", "2015-03-17 05:04:09.500138"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.508669"], ["updated_at", "2015-03-17 05:04:09.508669"], ["published_at", "2015-03-17 05:04:09.508957"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.515547"], ["updated_at", "2015-03-17 05:04:09.515547"], ["published_at", "2015-03-17 05:04:09.515778"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.522078"], ["updated_at", "2015-03-17 05:04:09.522078"], ["published_at", "2015-03-17 05:04:09.522737"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.530053"], ["updated_at", "2015-03-17 05:04:09.530053"], ["published_at", "2015-03-17 05:04:09.530675"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.541536"], ["updated_at", "2015-03-17 05:04:09.541536"], ["published_at", "2015-03-17 05:04:09.541786"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.549423"], ["updated_at", "2015-03-17 05:04:09.549423"], ["published_at", "2015-03-17 05:04:09.549733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.557403"], ["updated_at", "2015-03-17 05:04:09.557403"], ["published_at", "2015-03-17 05:04:09.557949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.564267"], ["updated_at", "2015-03-17 05:04:09.564267"], ["published_at", "2015-03-17 05:04:09.564566"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) 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) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:04:09.584683"], ["updated_at", "2015-03-17 05:04:09.584683"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:04:09.593253"], ["updated_at", "2015-03-17 05:04:09.593253"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:04:09.605465"], ["updated_at", "2015-03-17 05:04:09.605465"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:04:09.612561"], ["updated_at", "2015-03-17 05:04:09.612561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:04:09.618871"], ["updated_at", "2015-03-17 05:04:09.618871"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:04:09.624162"], ["updated_at", "2015-03-17 05:04:09.624162"]]  (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 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:04:09.631483"], ["updated_at", "2015-03-17 05:04:09.631483"], ["published_at", "2015-03-17 05:04:09.631704"], ["slug", "test-post-title"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["title", "Test Post Title"], ["created_at", "2015-03-17 05:04:09.639706"], ["updated_at", "2015-03-17 05:04:09.639706"], ["published_at", "2015-03-17 05:04:09.639975"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:04:09.645806"], ["updated_at", "2015-03-17 05:04:09.645806"], ["published_at", "2015-03-17 05:04:09.646038"], ["slug", "lorem-impsum"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.661451"], ["updated_at", "2015-03-17 05:04:09.661451"], ["published_at", "2015-03-17 05:04:09.661725"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:04:09.668920"], ["updated_at", "2015-03-17 05:04:09.668920"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "09"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:09.675003"], ["updated_at", "2015-03-17 05:04:09.675003"], ["published_at", "2015-03-17 05:04:09.675553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:04:09.684765"], ["updated_at", "2015-03-17 05:04:09.684765"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "09"], ["slug", "test-slug"], ["published_at", "2015-03-17 04:59:09.685877"], ["created_at", "2015-03-17 05:04:09.687284"], ["updated_at", "2015-03-17 05:04:09.687284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:04:09.692521"], ["updated_at", "2015-03-17 05:04:09.692521"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 05:04:41.435316"], ["updated_at", "2015-03-17 05:04:41.435316"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 05:04:41.455641"], ["updated_at", "2015-03-17 05:04:41.455641"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:04:41.464629"], ["updated_at", "2015-03-17 05:04:41.464629"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:04:41.469049"], ["updated_at", "2015-03-17 05:04:41.469049"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:04:41.474223"], ["updated_at", "2015-03-17 05:04:41.474223"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:04:41.485941"], ["updated_at", "2015-03-17 05:04:41.485941"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:04:41.489140"], ["updated_at", "2015-03-17 05:04:41.489140"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:04:41.492425"], ["updated_at", "2015-03-17 05:04:41.492425"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 25ms (Views: 10.4ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.547481"], ["updated_at", "2015-03-17 05:04:41.547481"], ["published_at", "2015-03-17 05:04:41.547776"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.561041"], ["updated_at", "2015-03-17 05:04:41.561041"], ["published_at", "2015-03-17 05:04:41.561321"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.578324"], ["updated_at", "2015-03-17 05:04:41.578324"], ["published_at", "2015-03-17 05:04:41.578593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.589626"], ["updated_at", "2015-03-17 05:04:41.589626"], ["published_at", "2015-03-17 05:04:41.589922"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 10ms (ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.656230"], ["updated_at", "2015-03-17 05:04:41.656230"], ["published_at", "2015-03-17 05:04:41.656842"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.680814"], ["updated_at", "2015-03-17 05:04:41.680814"], ["published_at", "2015-03-17 05:04:41.681119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 7ms (ActiveRecord: 0.2ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.705833"], ["updated_at", "2015-03-17 05:04:41.705833"], ["published_at", "2015-03-17 05:04:41.706241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.720124"], ["updated_at", "2015-03-17 05:04:41.720124"], ["published_at", "2015-03-17 05:04:41.720589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (1.1ms) Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.1ms)  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.741854"], ["updated_at", "2015-03-17 05:04:41.741854"], ["published_at", "2015-03-17 05:04:41.742169"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 5ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc Completed 500 Internal Server Error in 1ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc Completed 500 Internal Server Error in 2ms  (0.2ms) rollback transaction  (0.4ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.804685"], ["updated_at", "2015-03-17 05:04:41.804685"], ["published_at", "2015-03-17 05:04:41.805469"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.810407"], ["updated_at", "2015-03-17 05:04:41.810407"], ["published_at", "2015-03-17 05:04:41.810668"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.816534"], ["updated_at", "2015-03-17 05:04:41.816534"], ["published_at", "2015-03-17 05:04:41.816805"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.822410"], ["updated_at", "2015-03-17 05:04:41.822410"], ["published_at", "2015-03-17 05:04:41.822697"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.826266"], ["updated_at", "2015-03-17 05:04:41.826266"], ["published_at", "2015-03-17 05:04:41.826512"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.829728"], ["updated_at", "2015-03-17 05:04:41.829728"], ["published_at", "2015-03-17 05:04:41.829973"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Post Load (0.4ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc Completed 500 Internal Server Error in 11ms  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.852970"], ["updated_at", "2015-03-17 05:04:41.852970"], ["published_at", "2015-03-17 05:04:41.853381"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.859244"], ["updated_at", "2015-03-17 05:04:41.859244"], ["published_at", "2015-03-17 05:04:41.859622"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.864002"], ["updated_at", "2015-03-17 05:04:41.864002"], ["published_at", "2015-03-17 05:04:41.864252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.867810"], ["updated_at", "2015-03-17 05:04:41.867810"], ["published_at", "2015-03-17 05:04:41.868254"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.875724"], ["updated_at", "2015-03-17 05:04:41.875724"], ["published_at", "2015-03-17 05:04:41.876325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.880856"], ["updated_at", "2015-03-17 05:04:41.880856"], ["published_at", "2015-03-17 05:04:41.881524"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc Completed 500 Internal Server Error in 4ms  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:04:41.901364"], ["updated_at", "2015-03-17 05:04:41.901364"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.904861"], ["updated_at", "2015-03-17 05:04:41.904861"], ["published_at", "2015-03-17 05:04:41.905978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:04:41.915604"], ["updated_at", "2015-03-17 05:04:41.915604"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "04"], ["minute", "59"], ["second", "41"], ["slug", "test-slug"], ["published_at", "2015-03-17 04:59:41.916942"], ["created_at", "2015-03-17 05:04:41.921068"], ["updated_at", "2015-03-17 05:04:41.921068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:04:41.932650"], ["updated_at", "2015-03-17 05:04:41.932650"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) 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.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["title", "Test Post Title"], ["created_at", "2015-03-17 05:04:41.963175"], ["updated_at", "2015-03-17 05:04:41.963175"], ["published_at", "2015-03-17 05:04:41.963580"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:04:41.971895"], ["updated_at", "2015-03-17 05:04:41.971895"], ["published_at", "2015-03-17 05:04:41.972153"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:04:41.980733"], ["updated_at", "2015-03-17 05:04:41.980733"], ["published_at", "2015-03-17 05:04:41.981008"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:41.989070"], ["updated_at", "2015-03-17 05:04:41.989070"], ["published_at", "2015-03-17 05:04:41.989545"]]  (0.1ms) 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.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:42.005057"], ["updated_at", "2015-03-17 05:04:42.005057"], ["published_at", "2015-03-17 05:04:42.005375"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:42.012547"], ["updated_at", "2015-03-17 05:04:42.012547"], ["published_at", "2015-03-17 05:04:42.012786"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:42.024167"], ["updated_at", "2015-03-17 05:04:42.024167"], ["published_at", "2015-03-17 05:04:42.024444"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:42.032220"], ["updated_at", "2015-03-17 05:04:42.032220"], ["published_at", "2015-03-17 05:04:42.032463"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:42.039303"], ["updated_at", "2015-03-17 05:04:42.039303"], ["published_at", "2015-03-17 05:04:42.039639"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:42.044938"], ["updated_at", "2015-03-17 05:04:42.044938"], ["published_at", "2015-03-17 05:04:42.045471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:42.051994"], ["updated_at", "2015-03-17 05:04:42.051994"], ["published_at", "2015-03-17 05:04:42.052352"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "42"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:04:42.058189"], ["updated_at", "2015-03-17 05:04:42.058189"], ["published_at", "2015-03-17 05:04:42.058535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:04:42.066833"], ["updated_at", "2015-03-17 05:04:42.066833"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:04:42.075549"], ["updated_at", "2015-03-17 05:04:42.075549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:04:42.081653"], ["updated_at", "2015-03-17 05:04:42.081653"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:04:42.092002"], ["updated_at", "2015-03-17 05:04:42.092002"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:04:42.099752"], ["updated_at", "2015-03-17 05:04:42.099752"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:04:42.104769"], ["updated_at", "2015-03-17 05:04:42.104769"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc Completed 500 Internal Server Error in 2ms  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc Completed 500 Internal Server Error in 1ms  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:04.844344"], ["updated_at", "2015-03-17 05:05:04.844344"], ["published_at", "2015-03-17 05:05:04.844724"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:04.850808"], ["updated_at", "2015-03-17 05:05:04.850808"], ["published_at", "2015-03-17 05:05:04.851172"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:04.856383"], ["updated_at", "2015-03-17 05:05:04.856383"], ["published_at", "2015-03-17 05:05:04.856639"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:04.860837"], ["updated_at", "2015-03-17 05:05:04.860837"], ["published_at", "2015-03-17 05:05:04.861139"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:04.865561"], ["updated_at", "2015-03-17 05:05:04.865561"], ["published_at", "2015-03-17 05:05:04.865831"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:04.869201"], ["updated_at", "2015-03-17 05:05:04.869201"], ["published_at", "2015-03-17 05:05:04.869436"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc Completed 500 Internal Server Error in 4ms  (9.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:04.891595"], ["updated_at", "2015-03-17 05:05:04.891595"], ["published_at", "2015-03-17 05:05:04.891895"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:04.901982"], ["updated_at", "2015-03-17 05:05:04.901982"], ["published_at", "2015-03-17 05:05:04.902490"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:04.907224"], ["updated_at", "2015-03-17 05:05:04.907224"], ["published_at", "2015-03-17 05:05:04.907482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:04.913433"], ["updated_at", "2015-03-17 05:05:04.913433"], ["published_at", "2015-03-17 05:05:04.914039"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:04.917705"], ["updated_at", "2015-03-17 05:05:04.917705"], ["published_at", "2015-03-17 05:05:04.917932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "04"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:04.921111"], ["updated_at", "2015-03-17 05:05:04.921111"], ["published_at", "2015-03-17 05:05:04.921349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc Completed 500 Internal Server Error in 4ms  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 2ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 0ms  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "22"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:22.919950"], ["updated_at", "2015-03-17 05:05:22.919950"], ["published_at", "2015-03-17 05:05:22.920344"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "22"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:22.926005"], ["updated_at", "2015-03-17 05:05:22.926005"], ["published_at", "2015-03-17 05:05:22.926307"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "22"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:22.930813"], ["updated_at", "2015-03-17 05:05:22.930813"], ["published_at", "2015-03-17 05:05:22.931044"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "22"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:22.933872"], ["updated_at", "2015-03-17 05:05:22.933872"], ["published_at", "2015-03-17 05:05:22.934093"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "22"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:22.937968"], ["updated_at", "2015-03-17 05:05:22.937968"], ["published_at", "2015-03-17 05:05:22.938221"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "22"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:22.941812"], ["updated_at", "2015-03-17 05:05:22.941812"], ["published_at", "2015-03-17 05:05:22.942082"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Completed 500 Internal Server Error in 1ms  (9.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "22"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:22.965794"], ["updated_at", "2015-03-17 05:05:22.965794"], ["published_at", "2015-03-17 05:05:22.966075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "22"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:22.969806"], ["updated_at", "2015-03-17 05:05:22.969806"], ["published_at", "2015-03-17 05:05:22.970068"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "22"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:22.975218"], ["updated_at", "2015-03-17 05:05:22.975218"], ["published_at", "2015-03-17 05:05:22.975707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "22"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:22.979870"], ["updated_at", "2015-03-17 05:05:22.979870"], ["published_at", "2015-03-17 05:05:22.980140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "22"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:22.984017"], ["updated_at", "2015-03-17 05:05:22.984017"], ["published_at", "2015-03-17 05:05:22.984485"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "22"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:22.989045"], ["updated_at", "2015-03-17 05:05:22.989045"], ["published_at", "2015-03-17 05:05:22.989290"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Completed 500 Internal Server Error in 1ms  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "55"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:55.985430"], ["updated_at", "2015-03-17 05:05:55.985430"], ["published_at", "2015-03-17 05:05:55.985802"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "55"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:55.994277"], ["updated_at", "2015-03-17 05:05:55.994277"], ["published_at", "2015-03-17 05:05:55.994558"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:56.003516"], ["updated_at", "2015-03-17 05:05:56.003516"], ["published_at", "2015-03-17 05:05:56.004973"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:56.009601"], ["updated_at", "2015-03-17 05:05:56.009601"], ["published_at", "2015-03-17 05:05:56.009872"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:56.016327"], ["updated_at", "2015-03-17 05:05:56.016327"], ["published_at", "2015-03-17 05:05:56.016651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:56.019922"], ["updated_at", "2015-03-17 05:05:56.019922"], ["published_at", "2015-03-17 05:05:56.020146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5 Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:56.032629"], ["updated_at", "2015-03-17 05:05:56.032629"], ["published_at", "2015-03-17 05:05:56.032909"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:56.037207"], ["updated_at", "2015-03-17 05:05:56.037207"], ["published_at", "2015-03-17 05:05:56.037757"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:56.042981"], ["updated_at", "2015-03-17 05:05:56.042981"], ["published_at", "2015-03-17 05:05:56.043394"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:56.047144"], ["updated_at", "2015-03-17 05:05:56.047144"], ["published_at", "2015-03-17 05:05:56.047403"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:56.052676"], ["updated_at", "2015-03-17 05:05:56.052676"], ["published_at", "2015-03-17 05:05:56.052944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "56"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:05:56.056499"], ["updated_at", "2015-03-17 05:05:56.056499"], ["published_at", "2015-03-17 05:05:56.056825"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "posts" Post Load (0.4ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5  (1.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:07:17.425895"], ["updated_at", "2015-03-17 05:07:17.425895"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:07:17.442410"], ["updated_at", "2015-03-17 05:07:17.442410"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:07:17.452432"], ["updated_at", "2015-03-17 05:07:17.452432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:07:17.459862"], ["updated_at", "2015-03-17 05:07:17.459862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:07:17.464347"], ["updated_at", "2015-03-17 05:07:17.464347"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:07:17.470119"], ["updated_at", "2015-03-17 05:07:17.470119"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) 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.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:07:17.501193"], ["updated_at", "2015-03-17 05:07:17.501193"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.505523"], ["updated_at", "2015-03-17 05:07:17.505523"], ["published_at", "2015-03-17 05:07:17.505844"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:07:17.515581"], ["updated_at", "2015-03-17 05:07:17.515581"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "02"], ["second", "17"], ["slug", "test-slug"], ["published_at", "2015-03-17 05:02:17.516806"], ["created_at", "2015-03-17 05:07:17.518341"], ["updated_at", "2015-03-17 05:07:17.518341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:07:17.525390"], ["updated_at", "2015-03-17 05:07:17.525390"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.536237"], ["updated_at", "2015-03-17 05:07:17.536237"], ["published_at", "2015-03-17 05:07:17.536473"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:07:17.544842"], ["updated_at", "2015-03-17 05:07:17.544842"], ["published_at", "2015-03-17 05:07:17.545092"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["title", "Test Post Title"], ["created_at", "2015-03-17 05:07:17.554126"], ["updated_at", "2015-03-17 05:07:17.554126"], ["published_at", "2015-03-17 05:07:17.554953"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:07:17.563712"], ["updated_at", "2015-03-17 05:07:17.563712"], ["published_at", "2015-03-17 05:07:17.564042"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (42.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.615664"], ["updated_at", "2015-03-17 05:07:17.615664"], ["published_at", "2015-03-17 05:07:17.615914"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.632433"], ["updated_at", "2015-03-17 05:07:17.632433"], ["published_at", "2015-03-17 05:07:17.632783"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.639582"], ["updated_at", "2015-03-17 05:07:17.639582"], ["published_at", "2015-03-17 05:07:17.640233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.648537"], ["updated_at", "2015-03-17 05:07:17.648537"], ["published_at", "2015-03-17 05:07:17.648995"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.655371"], ["updated_at", "2015-03-17 05:07:17.655371"], ["published_at", "2015-03-17 05:07:17.655690"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.661662"], ["updated_at", "2015-03-17 05:07:17.661662"], ["published_at", "2015-03-17 05:07:17.661942"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.670195"], ["updated_at", "2015-03-17 05:07:17.670195"], ["published_at", "2015-03-17 05:07:17.670671"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.678680"], ["updated_at", "2015-03-17 05:07:17.678680"], ["published_at", "2015-03-17 05:07:17.678955"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 05:07:17.688358"], ["updated_at", "2015-03-17 05:07:17.688358"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:07:17.696973"], ["updated_at", "2015-03-17 05:07:17.696973"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 05:07:17.701100"], ["updated_at", "2015-03-17 05:07:17.701100"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:07:17.713719"], ["updated_at", "2015-03-17 05:07:17.713719"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:07:17.718464"], ["updated_at", "2015-03-17 05:07:17.718464"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:07:17.724745"], ["updated_at", "2015-03-17 05:07:17.724745"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:07:17.729230"], ["updated_at", "2015-03-17 05:07:17.729230"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:07:17.732391"], ["updated_at", "2015-03-17 05:07:17.732391"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.738664"], ["updated_at", "2015-03-17 05:07:17.738664"], ["published_at", "2015-03-17 05:07:17.738967"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.763981"], ["updated_at", "2015-03-17 05:07:17.763981"], ["published_at", "2015-03-17 05:07:17.764268"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.784476"], ["updated_at", "2015-03-17 05:07:17.784476"], ["published_at", "2015-03-17 05:07:17.784738"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 6ms  (0.1ms) rollback transaction  (0.3ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.867591"], ["updated_at", "2015-03-17 05:07:17.867591"], ["published_at", "2015-03-17 05:07:17.867948"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.5ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.885996"], ["updated_at", "2015-03-17 05:07:17.885996"], ["published_at", "2015-03-17 05:07:17.886275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.5ms) Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (1.1ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.909064"], ["updated_at", "2015-03-17 05:07:17.909064"], ["published_at", "2015-03-17 05:07:17.909432"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.927708"], ["updated_at", "2015-03-17 05:07:17.927708"], ["published_at", "2015-03-17 05:07:17.928042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 11ms (ActiveRecord: 0.3ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.951988"], ["updated_at", "2015-03-17 05:07:17.951988"], ["published_at", "2015-03-17 05:07:17.952436"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "17"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:17.979314"], ["updated_at", "2015-03-17 05:07:17.979314"], ["published_at", "2015-03-17 05:07:17.979654"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 4ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:18.021439"], ["updated_at", "2015-03-17 05:07:18.021439"], ["published_at", "2015-03-17 05:07:18.021853"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:18.029595"], ["updated_at", "2015-03-17 05:07:18.029595"], ["published_at", "2015-03-17 05:07:18.029906"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:18.034014"], ["updated_at", "2015-03-17 05:07:18.034014"], ["published_at", "2015-03-17 05:07:18.035107"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:18.043895"], ["updated_at", "2015-03-17 05:07:18.043895"], ["published_at", "2015-03-17 05:07:18.044168"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:18.048257"], ["updated_at", "2015-03-17 05:07:18.048257"], ["published_at", "2015-03-17 05:07:18.048543"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:18.053371"], ["updated_at", "2015-03-17 05:07:18.053371"], ["published_at", "2015-03-17 05:07:18.053633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5 Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:18.066309"], ["updated_at", "2015-03-17 05:07:18.066309"], ["published_at", "2015-03-17 05:07:18.066581"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:18.070175"], ["updated_at", "2015-03-17 05:07:18.070175"], ["published_at", "2015-03-17 05:07:18.070414"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:18.075804"], ["updated_at", "2015-03-17 05:07:18.075804"], ["published_at", "2015-03-17 05:07:18.076118"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:18.080079"], ["updated_at", "2015-03-17 05:07:18.080079"], ["published_at", "2015-03-17 05:07:18.080329"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:18.086710"], ["updated_at", "2015-03-17 05:07:18.086710"], ["published_at", "2015-03-17 05:07:18.086969"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "07"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:07:18.092905"], ["updated_at", "2015-03-17 05:07:18.092905"], ["published_at", "2015-03-17 05:07:18.093371"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.5ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Post Load (0.7ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "posts" Post Load (0.4ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5  (0.9ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 05:08:18.332423"], ["updated_at", "2015-03-17 05:08:18.332423"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.7ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 4ms  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.404295"], ["updated_at", "2015-03-17 05:08:18.404295"], ["published_at", "2015-03-17 05:08:18.404600"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.6ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.418867"], ["updated_at", "2015-03-17 05:08:18.418867"], ["published_at", "2015-03-17 05:08:18.419120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.431646"], ["updated_at", "2015-03-17 05:08:18.431646"], ["published_at", "2015-03-17 05:08:18.432053"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.509909"], ["updated_at", "2015-03-17 05:08:18.509909"], ["published_at", "2015-03-17 05:08:18.510196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.522522"], ["updated_at", "2015-03-17 05:08:18.522522"], ["published_at", "2015-03-17 05:08:18.522787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.533327"], ["updated_at", "2015-03-17 05:08:18.533327"], ["published_at", "2015-03-17 05:08:18.533580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.559666"], ["updated_at", "2015-03-17 05:08:18.559666"], ["published_at", "2015-03-17 05:08:18.559916"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.564683"], ["updated_at", "2015-03-17 05:08:18.564683"], ["published_at", "2015-03-17 05:08:18.564913"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.568765"], ["updated_at", "2015-03-17 05:08:18.568765"], ["published_at", "2015-03-17 05:08:18.568989"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.572491"], ["updated_at", "2015-03-17 05:08:18.572491"], ["published_at", "2015-03-17 05:08:18.572884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.577393"], ["updated_at", "2015-03-17 05:08:18.577393"], ["published_at", "2015-03-17 05:08:18.577698"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.581310"], ["updated_at", "2015-03-17 05:08:18.581310"], ["published_at", "2015-03-17 05:08:18.581550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5 Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.593749"], ["updated_at", "2015-03-17 05:08:18.593749"], ["published_at", "2015-03-17 05:08:18.593992"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.599882"], ["updated_at", "2015-03-17 05:08:18.599882"], ["published_at", "2015-03-17 05:08:18.600124"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.604893"], ["updated_at", "2015-03-17 05:08:18.604893"], ["published_at", "2015-03-17 05:08:18.605422"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.609604"], ["updated_at", "2015-03-17 05:08:18.609604"], ["published_at", "2015-03-17 05:08:18.609832"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.613381"], ["updated_at", "2015-03-17 05:08:18.613381"], ["published_at", "2015-03-17 05:08:18.613625"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.616869"], ["updated_at", "2015-03-17 05:08:18.616869"], ["published_at", "2015-03-17 05:08:18.617099"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "posts" Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.629450"], ["updated_at", "2015-03-17 05:08:18.629450"], ["published_at", "2015-03-17 05:08:18.629934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 6ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.650072"], ["updated_at", "2015-03-17 05:08:18.650072"], ["published_at", "2015-03-17 05:08:18.650413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.671109"], ["updated_at", "2015-03-17 05:08:18.671109"], ["published_at", "2015-03-17 05:08:18.671770"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 3ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.8ms) Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 05:08:18.716880"], ["updated_at", "2015-03-17 05:08:18.716880"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:08:18.724124"], ["updated_at", "2015-03-17 05:08:18.724124"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:08:18.733166"], ["updated_at", "2015-03-17 05:08:18.733166"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:08:18.742252"], ["updated_at", "2015-03-17 05:08:18.742252"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:08:18.744860"], ["updated_at", "2015-03-17 05:08:18.744860"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:08:18.748802"], ["updated_at", "2015-03-17 05:08:18.748802"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:08:18.751962"], ["updated_at", "2015-03-17 05:08:18.751962"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:08:18.757920"], ["updated_at", "2015-03-17 05:08:18.757920"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:08:18.766089"], ["updated_at", "2015-03-17 05:08:18.766089"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:08:18.772460"], ["updated_at", "2015-03-17 05:08:18.772460"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:08:18.777043"], ["updated_at", "2015-03-17 05:08:18.777043"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:08:18.785424"], ["updated_at", "2015-03-17 05:08:18.785424"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:08:18.794009"], ["updated_at", "2015-03-17 05:08:18.794009"]]  (0.1ms) 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) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.811932"], ["updated_at", "2015-03-17 05:08:18.811932"], ["published_at", "2015-03-17 05:08:18.812211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.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.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.825173"], ["updated_at", "2015-03-17 05:08:18.825173"], ["published_at", "2015-03-17 05:08:18.825461"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.834397"], ["updated_at", "2015-03-17 05:08:18.834397"], ["published_at", "2015-03-17 05:08:18.834657"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.840863"], ["updated_at", "2015-03-17 05:08:18.840863"], ["published_at", "2015-03-17 05:08:18.841099"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.846158"], ["updated_at", "2015-03-17 05:08:18.846158"], ["published_at", "2015-03-17 05:08:18.846427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.854160"], ["updated_at", "2015-03-17 05:08:18.854160"], ["published_at", "2015-03-17 05:08:18.854413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.865922"], ["updated_at", "2015-03-17 05:08:18.865922"], ["published_at", "2015-03-17 05:08:18.866188"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.873566"], ["updated_at", "2015-03-17 05:08:18.873566"], ["published_at", "2015-03-17 05:08:18.873976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.880291"], ["updated_at", "2015-03-17 05:08:18.880291"], ["published_at", "2015-03-17 05:08:18.880633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["title", "Test Post Title"], ["created_at", "2015-03-17 05:08:18.887705"], ["updated_at", "2015-03-17 05:08:18.887705"], ["published_at", "2015-03-17 05:08:18.887982"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:08:18.899615"], ["updated_at", "2015-03-17 05:08:18.899615"], ["published_at", "2015-03-17 05:08:18.899883"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:08:18.907799"], ["updated_at", "2015-03-17 05:08:18.907799"], ["published_at", "2015-03-17 05:08:18.908031"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:08:18.912099"], ["updated_at", "2015-03-17 05:08:18.912099"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "18"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:18.918598"], ["updated_at", "2015-03-17 05:08:18.918598"], ["published_at", "2015-03-17 05:08:18.918903"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.5ms) rollback transaction  (0.1ms) begin transaction  (0.7ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:08:18.932133"], ["updated_at", "2015-03-17 05:08:18.932133"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "03"], ["second", "18"], ["slug", "test-slug"], ["published_at", "2015-03-17 05:03:18.933878"], ["created_at", "2015-03-17 05:08:18.935858"], ["updated_at", "2015-03-17 05:08:18.935858"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:08:18.944052"], ["updated_at", "2015-03-17 05:08:18.944052"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:08:39.050097"], ["updated_at", "2015-03-17 05:08:39.050097"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (8.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:08:39.069606"], ["updated_at", "2015-03-17 05:08:39.069606"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:08:39.076387"], ["updated_at", "2015-03-17 05:08:39.076387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:08:39.083194"], ["updated_at", "2015-03-17 05:08:39.083194"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:08:39.087742"], ["updated_at", "2015-03-17 05:08:39.087742"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:08:39.093178"], ["updated_at", "2015-03-17 05:08:39.093178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.100912"], ["updated_at", "2015-03-17 05:08:39.100912"], ["published_at", "2015-03-17 05:08:39.101278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:08:39.115005"], ["updated_at", "2015-03-17 05:08:39.115005"], ["key", "post_type"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.118978"], ["updated_at", "2015-03-17 05:08:39.118978"], ["published_at", "2015-03-17 05:08:39.119253"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:08:39.130906"], ["updated_at", "2015-03-17 05:08:39.130906"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.8ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:08:39.139434"], ["updated_at", "2015-03-17 05:08:39.139434"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "03"], ["second", "39"], ["slug", "test-slug"], ["published_at", "2015-03-17 05:03:39.140733"], ["created_at", "2015-03-17 05:08:39.142265"], ["updated_at", "2015-03-17 05:08:39.142265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.150367"], ["updated_at", "2015-03-17 05:08:39.150367"], ["published_at", "2015-03-17 05:08:39.150778"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.243083"], ["updated_at", "2015-03-17 05:08:39.243083"], ["published_at", "2015-03-17 05:08:39.243596"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.251577"], ["updated_at", "2015-03-17 05:08:39.251577"], ["published_at", "2015-03-17 05:08:39.251844"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.258899"], ["updated_at", "2015-03-17 05:08:39.258899"], ["published_at", "2015-03-17 05:08:39.259158"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.266498"], ["updated_at", "2015-03-17 05:08:39.266498"], ["published_at", "2015-03-17 05:08:39.266760"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.271201"], ["updated_at", "2015-03-17 05:08:39.271201"], ["published_at", "2015-03-17 05:08:39.271430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.277320"], ["updated_at", "2015-03-17 05:08:39.277320"], ["published_at", "2015-03-17 05:08:39.277763"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.284872"], ["updated_at", "2015-03-17 05:08:39.284872"], ["published_at", "2015-03-17 05:08:39.285142"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:08:39.313818"], ["updated_at", "2015-03-17 05:08:39.313818"], ["published_at", "2015-03-17 05:08:39.314264"], ["slug", "lorem-impsum"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["title", "Test Post Title"], ["created_at", "2015-03-17 05:08:39.323145"], ["updated_at", "2015-03-17 05:08:39.323145"], ["published_at", "2015-03-17 05:08:39.323477"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:08:39.333028"], ["updated_at", "2015-03-17 05:08:39.333028"], ["published_at", "2015-03-17 05:08:39.333266"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 05:08:39.340734"], ["updated_at", "2015-03-17 05:08:39.340734"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.349761"], ["updated_at", "2015-03-17 05:08:39.349761"], ["published_at", "2015-03-17 05:08:39.350022"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.0ms) SAVEPOINT active_record_1  (0.4ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 10ms (ActiveRecord: 0.6ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.373112"], ["updated_at", "2015-03-17 05:08:39.373112"], ["published_at", "2015-03-17 05:08:39.373732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 4ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.405649"], ["updated_at", "2015-03-17 05:08:39.405649"], ["published_at", "2015-03-17 05:08:39.406137"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.426572"], ["updated_at", "2015-03-17 05:08:39.426572"], ["published_at", "2015-03-17 05:08:39.426825"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.443366"], ["updated_at", "2015-03-17 05:08:39.443366"], ["published_at", "2015-03-17 05:08:39.444256"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.458930"], ["updated_at", "2015-03-17 05:08:39.458930"], ["published_at", "2015-03-17 05:08:39.459171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.470224"], ["updated_at", "2015-03-17 05:08:39.470224"], ["published_at", "2015-03-17 05:08:39.470475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.482348"], ["updated_at", "2015-03-17 05:08:39.482348"], ["published_at", "2015-03-17 05:08:39.482631"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.493524"], ["updated_at", "2015-03-17 05:08:39.493524"], ["published_at", "2015-03-17 05:08:39.493774"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.546065"], ["updated_at", "2015-03-17 05:08:39.546065"], ["published_at", "2015-03-17 05:08:39.546407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.550540"], ["updated_at", "2015-03-17 05:08:39.550540"], ["published_at", "2015-03-17 05:08:39.550803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.555082"], ["updated_at", "2015-03-17 05:08:39.555082"], ["published_at", "2015-03-17 05:08:39.555310"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.558248"], ["updated_at", "2015-03-17 05:08:39.558248"], ["published_at", "2015-03-17 05:08:39.558462"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.561996"], ["updated_at", "2015-03-17 05:08:39.561996"], ["published_at", "2015-03-17 05:08:39.562514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.567155"], ["updated_at", "2015-03-17 05:08:39.567155"], ["published_at", "2015-03-17 05:08:39.567402"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.6ms) Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.0ms) Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "posts" Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.588337"], ["updated_at", "2015-03-17 05:08:39.588337"], ["published_at", "2015-03-17 05:08:39.588839"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.592262"], ["updated_at", "2015-03-17 05:08:39.592262"], ["published_at", "2015-03-17 05:08:39.592485"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.597218"], ["updated_at", "2015-03-17 05:08:39.597218"], ["published_at", "2015-03-17 05:08:39.597481"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.600858"], ["updated_at", "2015-03-17 05:08:39.600858"], ["published_at", "2015-03-17 05:08:39.601113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.604404"], ["updated_at", "2015-03-17 05:08:39.604404"], ["published_at", "2015-03-17 05:08:39.604642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "08"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:08:39.608920"], ["updated_at", "2015-03-17 05:08:39.608920"], ["published_at", "2015-03-17 05:08:39.609172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5 Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 6ms  (0.2ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:08:39.642287"], ["updated_at", "2015-03-17 05:08:39.642287"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:08:39.645038"], ["updated_at", "2015-03-17 05:08:39.645038"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 05:08:39.651916"], ["updated_at", "2015-03-17 05:08:39.651916"], ["key", "test"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:08:39.658188"], ["updated_at", "2015-03-17 05:08:39.658188"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:08:39.667392"], ["updated_at", "2015-03-17 05:08:39.667392"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:08:39.672444"], ["updated_at", "2015-03-17 05:08:39.672444"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:08:39.677817"], ["updated_at", "2015-03-17 05:08:39.677817"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 05:09:23.481866"], ["updated_at", "2015-03-17 05:09:23.481866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:09:23.517544"], ["updated_at", "2015-03-17 05:09:23.517544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:09:23.525727"], ["updated_at", "2015-03-17 05:09:23.525727"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:09:23.531166"], ["updated_at", "2015-03-17 05:09:23.531166"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:09:23.536938"], ["updated_at", "2015-03-17 05:09:23.536938"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:09:23.541706"], ["updated_at", "2015-03-17 05:09:23.541706"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:09:23.548269"], ["updated_at", "2015-03-17 05:09:23.548269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["title", "Test Post Title"], ["created_at", "2015-03-17 05:09:23.553524"], ["updated_at", "2015-03-17 05:09:23.553524"], ["published_at", "2015-03-17 05:09:23.553794"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:09:23.561320"], ["updated_at", "2015-03-17 05:09:23.561320"], ["published_at", "2015-03-17 05:09:23.561886"], ["slug", "lorem-impsum"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:09:23.568924"], ["updated_at", "2015-03-17 05:09:23.568924"], ["published_at", "2015-03-17 05:09:23.569189"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.575893"], ["updated_at", "2015-03-17 05:09:23.575893"], ["published_at", "2015-03-17 05:09:23.576125"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:09:23.597096"], ["updated_at", "2015-03-17 05:09:23.597096"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.599694"], ["updated_at", "2015-03-17 05:09:23.599694"], ["published_at", "2015-03-17 05:09:23.599933"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:09:23.610456"], ["updated_at", "2015-03-17 05:09:23.610456"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "23"], ["slug", "test-slug"], ["published_at", "2015-03-17 05:04:23.611988"], ["created_at", "2015-03-17 05:09:23.613775"], ["updated_at", "2015-03-17 05:09:23.613775"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:09:23.622511"], ["updated_at", "2015-03-17 05:09:23.622511"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.683957"], ["updated_at", "2015-03-17 05:09:23.683957"], ["published_at", "2015-03-17 05:09:23.684210"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.696242"], ["updated_at", "2015-03-17 05:09:23.696242"], ["published_at", "2015-03-17 05:09:23.696561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.704322"], ["updated_at", "2015-03-17 05:09:23.704322"], ["published_at", "2015-03-17 05:09:23.704593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.709990"], ["updated_at", "2015-03-17 05:09:23.709990"], ["published_at", "2015-03-17 05:09:23.710351"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.719730"], ["updated_at", "2015-03-17 05:09:23.719730"], ["published_at", "2015-03-17 05:09:23.720042"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.734140"], ["updated_at", "2015-03-17 05:09:23.734140"], ["published_at", "2015-03-17 05:09:23.734427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.742010"], ["updated_at", "2015-03-17 05:09:23.742010"], ["published_at", "2015-03-17 05:09:23.742353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.749193"], ["updated_at", "2015-03-17 05:09:23.749193"], ["published_at", "2015-03-17 05:09:23.749468"]]  (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) rollback transaction  (0.1ms) begin transaction  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 05:09:23.764257"], ["updated_at", "2015-03-17 05:09:23.764257"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:09:23.770436"], ["updated_at", "2015-03-17 05:09:23.770436"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:09:23.773539"], ["updated_at", "2015-03-17 05:09:23.773539"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:09:23.776298"], ["updated_at", "2015-03-17 05:09:23.776298"], ["key", "url_setting"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:09:23.783013"], ["updated_at", "2015-03-17 05:09:23.783013"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:09:23.788862"], ["updated_at", "2015-03-17 05:09:23.788862"], ["key", "test"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:09:23.799055"], ["updated_at", "2015-03-17 05:09:23.799055"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.808674"], ["updated_at", "2015-03-17 05:09:23.808674"], ["published_at", "2015-03-17 05:09:23.809000"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 6ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.828789"], ["updated_at", "2015-03-17 05:09:23.828789"], ["published_at", "2015-03-17 05:09:23.829198"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.1ms)  (1.0ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.863479"], ["updated_at", "2015-03-17 05:09:23.863479"], ["published_at", "2015-03-17 05:09:23.864032"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 6ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.885380"], ["updated_at", "2015-03-17 05:09:23.885380"], ["published_at", "2015-03-17 05:09:23.885646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.899771"], ["updated_at", "2015-03-17 05:09:23.899771"], ["published_at", "2015-03-17 05:09:23.900140"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.914751"], ["updated_at", "2015-03-17 05:09:23.914751"], ["published_at", "2015-03-17 05:09:23.915101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.7ms) Completed 200 OK in 7ms (Views: 3.0ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.934447"], ["updated_at", "2015-03-17 05:09:23.934447"], ["published_at", "2015-03-17 05:09:23.934734"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.947893"], ["updated_at", "2015-03-17 05:09:23.947893"], ["published_at", "2015-03-17 05:09:23.948183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "23"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:23.959070"], ["updated_at", "2015-03-17 05:09:23.959070"], ["published_at", "2015-03-17 05:09:23.959617"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.5ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "24"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:24.015554"], ["updated_at", "2015-03-17 05:09:24.015554"], ["published_at", "2015-03-17 05:09:24.015856"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "24"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:24.019693"], ["updated_at", "2015-03-17 05:09:24.019693"], ["published_at", "2015-03-17 05:09:24.019936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "24"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:24.023313"], ["updated_at", "2015-03-17 05:09:24.023313"], ["published_at", "2015-03-17 05:09:24.023532"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "24"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:24.027846"], ["updated_at", "2015-03-17 05:09:24.027846"], ["published_at", "2015-03-17 05:09:24.028134"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "24"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:24.033117"], ["updated_at", "2015-03-17 05:09:24.033117"], ["published_at", "2015-03-17 05:09:24.033729"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "24"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:24.039283"], ["updated_at", "2015-03-17 05:09:24.039283"], ["published_at", "2015-03-17 05:09:24.039522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.9ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms) Post Load (0.4ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5 Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "24"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:24.058908"], ["updated_at", "2015-03-17 05:09:24.058908"], ["published_at", "2015-03-17 05:09:24.060163"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "24"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:24.067838"], ["updated_at", "2015-03-17 05:09:24.067838"], ["published_at", "2015-03-17 05:09:24.068141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "24"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:24.073988"], ["updated_at", "2015-03-17 05:09:24.073988"], ["published_at", "2015-03-17 05:09:24.074269"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "24"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:24.079270"], ["updated_at", "2015-03-17 05:09:24.079270"], ["published_at", "2015-03-17 05:09:24.079622"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "24"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:24.084348"], ["updated_at", "2015-03-17 05:09:24.084348"], ["published_at", "2015-03-17 05:09:24.084606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "24"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:24.088188"], ["updated_at", "2015-03-17 05:09:24.088188"], ["published_at", "2015-03-17 05:09:24.088446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms) Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "posts" Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 6ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 5ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 05:09:50.382777"], ["updated_at", "2015-03-17 05:09:50.382777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.4ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 21ms (Views: 7.5ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"18"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 4ms  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.469598"], ["updated_at", "2015-03-17 05:09:50.469598"], ["published_at", "2015-03-17 05:09:50.469902"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.6ms) Completed 200 OK in 9ms (Views: 2.3ms | ActiveRecord: 0.3ms)  (7.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.498300"], ["updated_at", "2015-03-17 05:09:50.498300"], ["published_at", "2015-03-17 05:09:50.498580"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.576570"], ["updated_at", "2015-03-17 05:09:50.576570"], ["published_at", "2015-03-17 05:09:50.576826"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.586969"], ["updated_at", "2015-03-17 05:09:50.586969"], ["published_at", "2015-03-17 05:09:50.587227"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 5ms (ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.601873"], ["updated_at", "2015-03-17 05:09:50.601873"], ["published_at", "2015-03-17 05:09:50.602141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.615481"], ["updated_at", "2015-03-17 05:09:50.615481"], ["published_at", "2015-03-17 05:09:50.615739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 6ms (ActiveRecord: 0.1ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.638144"], ["updated_at", "2015-03-17 05:09:50.638144"], ["published_at", "2015-03-17 05:09:50.638419"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.650243"], ["updated_at", "2015-03-17 05:09:50.650243"], ["published_at", "2015-03-17 05:09:50.650498"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.662357"], ["updated_at", "2015-03-17 05:09:50.662357"], ["published_at", "2015-03-17 05:09:50.663140"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.4ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (1.2ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.706707"], ["updated_at", "2015-03-17 05:09:50.706707"], ["published_at", "2015-03-17 05:09:50.707017"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.710979"], ["updated_at", "2015-03-17 05:09:50.710979"], ["published_at", "2015-03-17 05:09:50.711258"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.715832"], ["updated_at", "2015-03-17 05:09:50.715832"], ["published_at", "2015-03-17 05:09:50.716085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.719500"], ["updated_at", "2015-03-17 05:09:50.719500"], ["published_at", "2015-03-17 05:09:50.719893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.724758"], ["updated_at", "2015-03-17 05:09:50.724758"], ["published_at", "2015-03-17 05:09:50.725483"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.734024"], ["updated_at", "2015-03-17 05:09:50.734024"], ["published_at", "2015-03-17 05:09:50.734539"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5 Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.751862"], ["updated_at", "2015-03-17 05:09:50.751862"], ["published_at", "2015-03-17 05:09:50.752107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.755301"], ["updated_at", "2015-03-17 05:09:50.755301"], ["published_at", "2015-03-17 05:09:50.755552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.764381"], ["updated_at", "2015-03-17 05:09:50.764381"], ["published_at", "2015-03-17 05:09:50.764657"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.768575"], ["updated_at", "2015-03-17 05:09:50.768575"], ["published_at", "2015-03-17 05:09:50.769046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.776830"], ["updated_at", "2015-03-17 05:09:50.776830"], ["published_at", "2015-03-17 05:09:50.777178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.782229"], ["updated_at", "2015-03-17 05:09:50.782229"], ["published_at", "2015-03-17 05:09:50.782493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "posts" Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 05:09:50.799985"], ["updated_at", "2015-03-17 05:09:50.799985"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (3.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:09:50.807006"], ["updated_at", "2015-03-17 05:09:50.807006"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:09:50.817233"], ["updated_at", "2015-03-17 05:09:50.817233"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:09:50.833500"], ["updated_at", "2015-03-17 05:09:50.833500"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:09:50.841641"], ["updated_at", "2015-03-17 05:09:50.841641"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:09:50.853111"], ["updated_at", "2015-03-17 05:09:50.853111"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:09:50.859684"], ["updated_at", "2015-03-17 05:09:50.859684"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:09:50.863265"], ["updated_at", "2015-03-17 05:09:50.863265"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.866634"], ["updated_at", "2015-03-17 05:09:50.866634"], ["published_at", "2015-03-17 05:09:50.866918"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:09:50.876039"], ["updated_at", "2015-03-17 05:09:50.876039"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "04"], ["second", "50"], ["slug", "test-slug"], ["published_at", "2015-03-17 05:04:50.878004"], ["created_at", "2015-03-17 05:09:50.882781"], ["updated_at", "2015-03-17 05:09:50.882781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:09:50.890113"], ["updated_at", "2015-03-17 05:09:50.890113"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (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.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.906321"], ["updated_at", "2015-03-17 05:09:50.906321"], ["published_at", "2015-03-17 05:09:50.906778"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.928612"], ["updated_at", "2015-03-17 05:09:50.928612"], ["published_at", "2015-03-17 05:09:50.928875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.936988"], ["updated_at", "2015-03-17 05:09:50.936988"], ["published_at", "2015-03-17 05:09:50.937252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.944925"], ["updated_at", "2015-03-17 05:09:50.944925"], ["published_at", "2015-03-17 05:09:50.945183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.950558"], ["updated_at", "2015-03-17 05:09:50.950558"], ["published_at", "2015-03-17 05:09:50.950789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.957067"], ["updated_at", "2015-03-17 05:09:50.957067"], ["published_at", "2015-03-17 05:09:50.957358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.963525"], ["updated_at", "2015-03-17 05:09:50.963525"], ["published_at", "2015-03-17 05:09:50.963768"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.968763"], ["updated_at", "2015-03-17 05:09:50.968763"], ["published_at", "2015-03-17 05:09:50.969000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:09:50.975023"], ["updated_at", "2015-03-17 05:09:50.975023"], ["published_at", "2015-03-17 05:09:50.977123"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "50"], ["title", "Test Post Title"], ["created_at", "2015-03-17 05:09:50.987819"], ["updated_at", "2015-03-17 05:09:50.987819"], ["published_at", "2015-03-17 05:09:50.988564"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "51"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:09:51.001128"], ["updated_at", "2015-03-17 05:09:51.001128"], ["published_at", "2015-03-17 05:09:51.001359"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "09"], ["second", "51"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:09:51.006585"], ["updated_at", "2015-03-17 05:09:51.006585"], ["published_at", "2015-03-17 05:09:51.006819"], ["slug", "lorem-impsum"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:09:51.014211"], ["updated_at", "2015-03-17 05:09:51.014211"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:09:51.020156"], ["updated_at", "2015-03-17 05:09:51.020156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:09:51.026913"], ["updated_at", "2015-03-17 05:09:51.026913"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:09:51.032922"], ["updated_at", "2015-03-17 05:09:51.032922"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:09:51.037446"], ["updated_at", "2015-03-17 05:09:51.037446"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:09:51.045915"], ["updated_at", "2015-03-17 05:09:51.045915"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:10:40.495016"], ["updated_at", "2015-03-17 05:10:40.495016"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:10:40.510056"], ["updated_at", "2015-03-17 05:10:40.510056"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:10:40.513176"], ["updated_at", "2015-03-17 05:10:40.513176"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:10:40.520376"], ["updated_at", "2015-03-17 05:10:40.520376"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 05:10:40.524732"], ["updated_at", "2015-03-17 05:10:40.524732"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:10:40.532943"], ["updated_at", "2015-03-17 05:10:40.532943"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.2ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:10:40.540284"], ["updated_at", "2015-03-17 05:10:40.540284"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"18"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 3ms  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.674084"], ["updated_at", "2015-03-17 05:10:40.674084"], ["published_at", "2015-03-17 05:10:40.674350"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 9ms (ActiveRecord: 0.4ms)  (8.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.702791"], ["updated_at", "2015-03-17 05:10:40.702791"], ["published_at", "2015-03-17 05:10:40.703286"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.725232"], ["updated_at", "2015-03-17 05:10:40.725232"], ["published_at", "2015-03-17 05:10:40.725542"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 3ms (ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.757937"], ["updated_at", "2015-03-17 05:10:40.757937"], ["published_at", "2015-03-17 05:10:40.758195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (2.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.761552"], ["updated_at", "2015-03-17 05:10:40.761552"], ["published_at", "2015-03-17 05:10:40.761799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.768409"], ["updated_at", "2015-03-17 05:10:40.768409"], ["published_at", "2015-03-17 05:10:40.768662"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.772810"], ["updated_at", "2015-03-17 05:10:40.772810"], ["published_at", "2015-03-17 05:10:40.773350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.780347"], ["updated_at", "2015-03-17 05:10:40.780347"], ["published_at", "2015-03-17 05:10:40.780923"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.784756"], ["updated_at", "2015-03-17 05:10:40.784756"], ["published_at", "2015-03-17 05:10:40.785030"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Post Load (0.4ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5 Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.802219"], ["updated_at", "2015-03-17 05:10:40.802219"], ["published_at", "2015-03-17 05:10:40.802501"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.806163"], ["updated_at", "2015-03-17 05:10:40.806163"], ["published_at", "2015-03-17 05:10:40.806399"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.811610"], ["updated_at", "2015-03-17 05:10:40.811610"], ["published_at", "2015-03-17 05:10:40.812020"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.816668"], ["updated_at", "2015-03-17 05:10:40.816668"], ["published_at", "2015-03-17 05:10:40.817067"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.820948"], ["updated_at", "2015-03-17 05:10:40.820948"], ["published_at", "2015-03-17 05:10:40.821340"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.824963"], ["updated_at", "2015-03-17 05:10:40.824963"], ["published_at", "2015-03-17 05:10:40.825197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "posts" Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.846733"], ["updated_at", "2015-03-17 05:10:40.846733"], ["published_at", "2015-03-17 05:10:40.847846"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.863684"], ["updated_at", "2015-03-17 05:10:40.863684"], ["published_at", "2015-03-17 05:10:40.864015"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.874898"], ["updated_at", "2015-03-17 05:10:40.874898"], ["published_at", "2015-03-17 05:10:40.875159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.889606"], ["updated_at", "2015-03-17 05:10:40.889606"], ["published_at", "2015-03-17 05:10:40.889884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.4ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.905071"], ["updated_at", "2015-03-17 05:10:40.905071"], ["published_at", "2015-03-17 05:10:40.905330"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.4ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.923655"], ["updated_at", "2015-03-17 05:10:40.923655"], ["published_at", "2015-03-17 05:10:40.924180"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 05:10:40.939262"], ["updated_at", "2015-03-17 05:10:40.939262"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.5ms) 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.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:10:40.953930"], ["updated_at", "2015-03-17 05:10:40.953930"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.956287"], ["updated_at", "2015-03-17 05:10:40.956287"], ["published_at", "2015-03-17 05:10:40.956522"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:10:40.962577"], ["updated_at", "2015-03-17 05:10:40.962577"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "05"], ["second", "40"], ["slug", "test-slug"], ["published_at", "2015-03-17 05:05:40.966573"], ["created_at", "2015-03-17 05:10:40.968703"], ["updated_at", "2015-03-17 05:10:40.968703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:10:40.979810"], ["updated_at", "2015-03-17 05:10:40.979810"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "40"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:40.993179"], ["updated_at", "2015-03-17 05:10:40.993179"], ["published_at", "2015-03-17 05:10:40.993419"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:41.000594"], ["updated_at", "2015-03-17 05:10:41.000594"], ["published_at", "2015-03-17 05:10:41.000846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:41.005619"], ["updated_at", "2015-03-17 05:10:41.005619"], ["published_at", "2015-03-17 05:10:41.005862"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:41.012331"], ["updated_at", "2015-03-17 05:10:41.012331"], ["published_at", "2015-03-17 05:10:41.012735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:41.020185"], ["updated_at", "2015-03-17 05:10:41.020185"], ["published_at", "2015-03-17 05:10:41.020668"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:41.028270"], ["updated_at", "2015-03-17 05:10:41.028270"], ["published_at", "2015-03-17 05:10:41.029027"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:41.039645"], ["updated_at", "2015-03-17 05:10:41.039645"], ["published_at", "2015-03-17 05:10:41.041600"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:41.053328"], ["updated_at", "2015-03-17 05:10:41.053328"], ["published_at", "2015-03-17 05:10:41.053612"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "41"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:10:41.061171"], ["updated_at", "2015-03-17 05:10:41.061171"], ["published_at", "2015-03-17 05:10:41.061450"], ["slug", "test-post-title"]]  (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 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "41"], ["title", "Test Post Title"], ["created_at", "2015-03-17 05:10:41.069944"], ["updated_at", "2015-03-17 05:10:41.069944"], ["published_at", "2015-03-17 05:10:41.070211"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "41"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:10:41.075375"], ["updated_at", "2015-03-17 05:10:41.075375"], ["published_at", "2015-03-17 05:10:41.075764"], ["slug", "lorem-impsum"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "10"], ["second", "41"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:10:41.090319"], ["updated_at", "2015-03-17 05:10:41.090319"], ["published_at", "2015-03-17 05:10:41.090555"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:10:41.097241"], ["updated_at", "2015-03-17 05:10:41.097241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:10:41.105552"], ["updated_at", "2015-03-17 05:10:41.105552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:10:41.116332"], ["updated_at", "2015-03-17 05:10:41.116332"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:10:41.124395"], ["updated_at", "2015-03-17 05:10:41.124395"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:10:41.129195"], ["updated_at", "2015-03-17 05:10:41.129195"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:10:41.133910"], ["updated_at", "2015-03-17 05:10:41.133910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 05:11:06.882866"], ["updated_at", "2015-03-17 05:11:06.882866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 05:11:06.900923"], ["updated_at", "2015-03-17 05:11:06.900923"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:11:06.908214"], ["updated_at", "2015-03-17 05:11:06.908214"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:11:06.912406"], ["updated_at", "2015-03-17 05:11:06.912406"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:11:06.915279"], ["updated_at", "2015-03-17 05:11:06.915279"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:11:06.925200"], ["updated_at", "2015-03-17 05:11:06.925200"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:11:06.928919"], ["updated_at", "2015-03-17 05:11:06.928919"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:11:06.932974"], ["updated_at", "2015-03-17 05:11:06.932974"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 87ms (Views: 8.4ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.043953"], ["updated_at", "2015-03-17 05:11:07.043953"], ["published_at", "2015-03-17 05:11:07.044223"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (8.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.064200"], ["updated_at", "2015-03-17 05:11:07.064200"], ["published_at", "2015-03-17 05:11:07.064489"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.077608"], ["updated_at", "2015-03-17 05:11:07.077608"], ["published_at", "2015-03-17 05:11:07.077893"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.089996"], ["updated_at", "2015-03-17 05:11:07.089996"], ["published_at", "2015-03-17 05:11:07.090385"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 6ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.106033"], ["updated_at", "2015-03-17 05:11:07.106033"], ["published_at", "2015-03-17 05:11:07.106389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.126245"], ["updated_at", "2015-03-17 05:11:07.126245"], ["published_at", "2015-03-17 05:11:07.126553"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 6ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.146180"], ["updated_at", "2015-03-17 05:11:07.146180"], ["published_at", "2015-03-17 05:11:07.146691"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.165155"], ["updated_at", "2015-03-17 05:11:07.165155"], ["published_at", "2015-03-17 05:11:07.165589"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.179742"], ["updated_at", "2015-03-17 05:11:07.179742"], ["published_at", "2015-03-17 05:11:07.180028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.209808"], ["updated_at", "2015-03-17 05:11:07.209808"], ["published_at", "2015-03-17 05:11:07.210073"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.217439"], ["updated_at", "2015-03-17 05:11:07.217439"], ["published_at", "2015-03-17 05:11:07.218022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.223585"], ["updated_at", "2015-03-17 05:11:07.223585"], ["published_at", "2015-03-17 05:11:07.223963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.228840"], ["updated_at", "2015-03-17 05:11:07.228840"], ["published_at", "2015-03-17 05:11:07.229079"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.232221"], ["updated_at", "2015-03-17 05:11:07.232221"], ["published_at", "2015-03-17 05:11:07.232439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.237022"], ["updated_at", "2015-03-17 05:11:07.237022"], ["published_at", "2015-03-17 05:11:07.237252"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5 Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.252692"], ["updated_at", "2015-03-17 05:11:07.252692"], ["published_at", "2015-03-17 05:11:07.253106"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.257959"], ["updated_at", "2015-03-17 05:11:07.257959"], ["published_at", "2015-03-17 05:11:07.258541"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.262536"], ["updated_at", "2015-03-17 05:11:07.262536"], ["published_at", "2015-03-17 05:11:07.262782"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.265802"], ["updated_at", "2015-03-17 05:11:07.265802"], ["published_at", "2015-03-17 05:11:07.266024"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.271326"], ["updated_at", "2015-03-17 05:11:07.271326"], ["published_at", "2015-03-17 05:11:07.272181"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.276375"], ["updated_at", "2015-03-17 05:11:07.276375"], ["published_at", "2015-03-17 05:11:07.276615"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.5ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "posts" Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5  (0.7ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("slug", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.302298"], ["updated_at", "2015-03-17 05:11:07.302298"], ["published_at", "2015-03-17 05:11:07.302578"], ["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 8ms (ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"18"} Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("slug", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.318559"], ["updated_at", "2015-03-17 05:11:07.318559"], ["published_at", "2015-03-17 05:11:07.319323"], ["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 11ms (ActiveRecord: 0.5ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:11:07.332387"], ["updated_at", "2015-03-17 05:11:07.332387"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.336459"], ["updated_at", "2015-03-17 05:11:07.336459"], ["published_at", "2015-03-17 05:11:07.337223"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:11:07.344476"], ["updated_at", "2015-03-17 05:11:07.344476"], ["key", "post_type"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "06"], ["second", "07"], ["slug", "test-slug"], ["published_at", "2015-03-17 05:06:07.348073"], ["created_at", "2015-03-17 05:11:07.351492"], ["updated_at", "2015-03-17 05:11:07.351492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:11:07.358896"], ["updated_at", "2015-03-17 05:11:07.358896"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) 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) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["title", "Test Post Title"], ["created_at", "2015-03-17 05:11:07.379551"], ["updated_at", "2015-03-17 05:11:07.379551"], ["published_at", "2015-03-17 05:11:07.379966"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:11:07.387605"], ["updated_at", "2015-03-17 05:11:07.387605"], ["published_at", "2015-03-17 05:11:07.388109"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:11:07.397570"], ["updated_at", "2015-03-17 05:11:07.397570"], ["published_at", "2015-03-17 05:11:07.397794"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.405938"], ["updated_at", "2015-03-17 05:11:07.405938"], ["published_at", "2015-03-17 05:11:07.406352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.413200"], ["updated_at", "2015-03-17 05:11:07.413200"], ["published_at", "2015-03-17 05:11:07.414131"]]  (0.3ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.423799"], ["updated_at", "2015-03-17 05:11:07.423799"], ["published_at", "2015-03-17 05:11:07.424131"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.432099"], ["updated_at", "2015-03-17 05:11:07.432099"], ["published_at", "2015-03-17 05:11:07.432354"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.439474"], ["updated_at", "2015-03-17 05:11:07.439474"], ["published_at", "2015-03-17 05:11:07.439725"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.446047"], ["updated_at", "2015-03-17 05:11:07.446047"], ["published_at", "2015-03-17 05:11:07.446514"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.454697"], ["updated_at", "2015-03-17 05:11:07.454697"], ["published_at", "2015-03-17 05:11:07.454963"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.460844"], ["updated_at", "2015-03-17 05:11:07.460844"], ["published_at", "2015-03-17 05:11:07.461077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "07"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:07.465913"], ["updated_at", "2015-03-17 05:11:07.465913"], ["published_at", "2015-03-17 05:11:07.466232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:11:07.487211"], ["updated_at", "2015-03-17 05:11:07.487211"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:11:07.494527"], ["updated_at", "2015-03-17 05:11:07.494527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:11:07.502140"], ["updated_at", "2015-03-17 05:11:07.502140"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:11:07.507472"], ["updated_at", "2015-03-17 05:11:07.507472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:11:07.512806"], ["updated_at", "2015-03-17 05:11:07.512806"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:11:07.520458"], ["updated_at", "2015-03-17 05:11:07.520458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-17 05:11:25.867097"], ["updated_at", "2015-03-17 05:11:25.867097"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (8.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "25"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:25.896389"], ["updated_at", "2015-03-17 05:11:25.896389"], ["published_at", "2015-03-17 05:11:25.896699"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) 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) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:11:25.917226"], ["updated_at", "2015-03-17 05:11:25.917226"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "25"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:25.921691"], ["updated_at", "2015-03-17 05:11:25.921691"], ["published_at", "2015-03-17 05:11:25.921953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:11:25.931916"], ["updated_at", "2015-03-17 05:11:25.931916"], ["key", "post_type"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "06"], ["second", "25"], ["slug", "test-slug"], ["published_at", "2015-03-17 05:06:25.933141"], ["created_at", "2015-03-17 05:11:25.934598"], ["updated_at", "2015-03-17 05:11:25.934598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-17 05:11:25.939848"], ["updated_at", "2015-03-17 05:11:25.939848"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "25"], ["title", "Test Post Title"], ["created_at", "2015-03-17 05:11:25.953141"], ["updated_at", "2015-03-17 05:11:25.953141"], ["published_at", "2015-03-17 05:11:25.953552"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "25"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:11:25.959462"], ["updated_at", "2015-03-17 05:11:25.959462"], ["published_at", "2015-03-17 05:11:25.959690"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "25"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-17 05:11:25.966265"], ["updated_at", "2015-03-17 05:11:25.966265"], ["published_at", "2015-03-17 05:11:25.966922"], ["slug", "test-post-title"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:11:25.977492"], ["updated_at", "2015-03-17 05:11:25.977492"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:11:25.986229"], ["updated_at", "2015-03-17 05:11:25.986229"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:11:25.992387"], ["updated_at", "2015-03-17 05:11:25.992387"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:11:25.998107"], ["updated_at", "2015-03-17 05:11:25.998107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:11:26.003513"], ["updated_at", "2015-03-17 05:11:26.003513"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-17 05:11:26.010787"], ["updated_at", "2015-03-17 05:11:26.010787"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.065166"], ["updated_at", "2015-03-17 05:11:26.065166"], ["published_at", "2015-03-17 05:11:26.065582"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.075842"], ["updated_at", "2015-03-17 05:11:26.075842"], ["published_at", "2015-03-17 05:11:26.076102"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.088101"], ["updated_at", "2015-03-17 05:11:26.088101"], ["published_at", "2015-03-17 05:11:26.088365"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.097841"], ["updated_at", "2015-03-17 05:11:26.097841"], ["published_at", "2015-03-17 05:11:26.098562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.107736"], ["updated_at", "2015-03-17 05:11:26.107736"], ["published_at", "2015-03-17 05:11:26.108266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.122447"], ["updated_at", "2015-03-17 05:11:26.122447"], ["published_at", "2015-03-17 05:11:26.122760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.133013"], ["updated_at", "2015-03-17 05:11:26.133013"], ["published_at", "2015-03-17 05:11:26.133293"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.139149"], ["updated_at", "2015-03-17 05:11:26.139149"], ["published_at", "2015-03-17 05:11:26.139562"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-17 05:11:26.156787"], ["updated_at", "2015-03-17 05:11:26.156787"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:11:26.164513"], ["updated_at", "2015-03-17 05:11:26.164513"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:11:26.169161"], ["updated_at", "2015-03-17 05:11:26.169161"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-17 05:11:26.172476"], ["updated_at", "2015-03-17 05:11:26.172476"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:11:26.179959"], ["updated_at", "2015-03-17 05:11:26.179959"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:11:26.186063"], ["updated_at", "2015-03-17 05:11:26.186063"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-17 05:11:26.189991"], ["updated_at", "2015-03-17 05:11:26.189991"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.198468"], ["updated_at", "2015-03-17 05:11:26.198468"], ["published_at", "2015-03-17 05:11:26.198728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.225837"], ["updated_at", "2015-03-17 05:11:26.225837"], ["published_at", "2015-03-17 05:11:26.226094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.239437"], ["updated_at", "2015-03-17 05:11:26.239437"], ["published_at", "2015-03-17 05:11:26.239761"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.259831"], ["updated_at", "2015-03-17 05:11:26.259831"], ["published_at", "2015-03-17 05:11:26.260400"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.273032"], ["updated_at", "2015-03-17 05:11:26.273032"], ["published_at", "2015-03-17 05:11:26.273313"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.292386"], ["updated_at", "2015-03-17 05:11:26.292386"], ["published_at", "2015-03-17 05:11:26.292630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.9ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.6ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.334810"], ["updated_at", "2015-03-17 05:11:26.334810"], ["published_at", "2015-03-17 05:11:26.335049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 10ms (ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.355102"], ["updated_at", "2015-03-17 05:11:26.355102"], ["published_at", "2015-03-17 05:11:26.355406"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.378413"], ["updated_at", "2015-03-17 05:11:26.378413"], ["published_at", "2015-03-17 05:11:26.379044"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.410308"], ["updated_at", "2015-03-17 05:11:26.410308"], ["published_at", "2015-03-17 05:11:26.410585"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.418007"], ["updated_at", "2015-03-17 05:11:26.418007"], ["published_at", "2015-03-17 05:11:26.418263"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.422514"], ["updated_at", "2015-03-17 05:11:26.422514"], ["published_at", "2015-03-17 05:11:26.422752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.426708"], ["updated_at", "2015-03-17 05:11:26.426708"], ["published_at", "2015-03-17 05:11:26.426947"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.431304"], ["updated_at", "2015-03-17 05:11:26.431304"], ["published_at", "2015-03-17 05:11:26.431873"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.435741"], ["updated_at", "2015-03-17 05:11:26.435741"], ["published_at", "2015-03-17 05:11:26.436011"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.8ms) Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.0ms) Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5 Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.457932"], ["updated_at", "2015-03-17 05:11:26.457932"], ["published_at", "2015-03-17 05:11:26.458618"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.462529"], ["updated_at", "2015-03-17 05:11:26.462529"], ["published_at", "2015-03-17 05:11:26.462777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.466559"], ["updated_at", "2015-03-17 05:11:26.466559"], ["published_at", "2015-03-17 05:11:26.466777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.469717"], ["updated_at", "2015-03-17 05:11:26.469717"], ["published_at", "2015-03-17 05:11:26.469940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.473172"], ["updated_at", "2015-03-17 05:11:26.473172"], ["published_at", "2015-03-17 05:11:26.473572"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "11"], ["second", "26"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:11:26.477212"], ["updated_at", "2015-03-17 05:11:26.477212"], ["published_at", "2015-03-17 05:11:26.477478"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "posts" Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"9"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"18"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 3ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"18"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 4ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"1979", "month"=>"9", "day"=>"18"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 4ms  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "12"], ["second", "37"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:12:37.624447"], ["updated_at", "2015-03-17 05:12:37.624447"], ["published_at", "2015-03-17 05:12:37.624876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"17"} Unpermitted parameters: post, year, month, day Completed 500 Internal Server Error in 6ms  (8.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "08"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:08.961690"], ["updated_at", "2015-03-17 05:13:08.961690"], ["published_at", "2015-03-17 05:13:08.961983"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"17"} Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("slug", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["slug", "test-slug"], ["created_at", "2015-03-17 05:13:08.971419"], ["updated_at", "2015-03-17 05:13:08.971419"], ["published_at", "2015-03-17 05:13:08.971656"], ["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "08"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 10ms (ActiveRecord: 0.9ms)  (0.6ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "31"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:31.472041"], ["updated_at", "2015-03-17 05:13:31.472041"], ["published_at", "2015-03-17 05:13:31.472421"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"17"} Unpermitted parameters: post, year, month, day  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("slug", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["slug", "test-slug"], ["created_at", "2015-03-17 05:13:31.483379"], ["updated_at", "2015-03-17 05:13:31.483379"], ["published_at", "2015-03-17 05:13:31.483649"], ["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "31"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 11ms (ActiveRecord: 1.0ms)  (8.9ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "39"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:39.815144"], ["updated_at", "2015-03-17 05:13:39.815144"], ["published_at", "2015-03-17 05:13:39.815510"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"17"} Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1 SQL (2.2ms) INSERT INTO "posts" ("slug", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["slug", "test-slug"], ["created_at", "2015-03-17 05:13:39.827019"], ["updated_at", "2015-03-17 05:13:39.827019"], ["published_at", "2015-03-17 05:13:39.827323"], ["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "39"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 12ms (ActiveRecord: 2.4ms)  (8.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.544249"], ["updated_at", "2015-03-17 05:13:45.544249"], ["published_at", "2015-03-17 05:13:45.544544"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 0.1ms)  (9.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.581080"], ["updated_at", "2015-03-17 05:13:45.581080"], ["published_at", "2015-03-17 05:13:45.581393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.599174"], ["updated_at", "2015-03-17 05:13:45.599174"], ["published_at", "2015-03-17 05:13:45.599676"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.613213"], ["updated_at", "2015-03-17 05:13:45.613213"], ["published_at", "2015-03-17 05:13:45.613468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.626814"], ["updated_at", "2015-03-17 05:13:45.626814"], ["published_at", "2015-03-17 05:13:45.627206"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.638949"], ["updated_at", "2015-03-17 05:13:45.638949"], ["published_at", "2015-03-17 05:13:45.639425"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.659544"], ["updated_at", "2015-03-17 05:13:45.659544"], ["published_at", "2015-03-17 05:13:45.659952"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.682032"], ["updated_at", "2015-03-17 05:13:45.682032"], ["published_at", "2015-03-17 05:13:45.682292"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"17"} Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("slug", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.690659"], ["updated_at", "2015-03-17 05:13:45.690659"], ["published_at", "2015-03-17 05:13:45.691224"], ["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 12ms (ActiveRecord: 1.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.2ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.735855"], ["updated_at", "2015-03-17 05:13:45.735855"], ["published_at", "2015-03-17 05:13:45.736608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 5ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.793976"], ["updated_at", "2015-03-17 05:13:45.793976"], ["published_at", "2015-03-17 05:13:45.794308"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.812081"], ["updated_at", "2015-03-17 05:13:45.812081"], ["published_at", "2015-03-17 05:13:45.812335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 5ms (ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.848213"], ["updated_at", "2015-03-17 05:13:45.848213"], ["published_at", "2015-03-17 05:13:45.848646"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.855948"], ["updated_at", "2015-03-17 05:13:45.855948"], ["published_at", "2015-03-17 05:13:45.856799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.863652"], ["updated_at", "2015-03-17 05:13:45.863652"], ["published_at", "2015-03-17 05:13:45.863959"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.869464"], ["updated_at", "2015-03-17 05:13:45.869464"], ["published_at", "2015-03-17 05:13:45.869908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.873467"], ["updated_at", "2015-03-17 05:13:45.873467"], ["published_at", "2015-03-17 05:13:45.873781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.877872"], ["updated_at", "2015-03-17 05:13:45.877872"], ["published_at", "2015-03-17 05:13:45.878115"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5 Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.890170"], ["updated_at", "2015-03-17 05:13:45.890170"], ["published_at", "2015-03-17 05:13:45.890679"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.895814"], ["updated_at", "2015-03-17 05:13:45.895814"], ["published_at", "2015-03-17 05:13:45.896087"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.900997"], ["updated_at", "2015-03-17 05:13:45.900997"], ["published_at", "2015-03-17 05:13:45.901326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.904735"], ["updated_at", "2015-03-17 05:13:45.904735"], ["published_at", "2015-03-17 05:13:45.904953"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.911246"], ["updated_at", "2015-03-17 05:13:45.911246"], ["published_at", "2015-03-17 05:13:45.911494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "13"], ["second", "45"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:13:45.914757"], ["updated_at", "2015-03-17 05:13:45.914757"], ["published_at", "2015-03-17 05:13:45.915012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "posts" Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5  (0.6ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 19ms (Views: 7.2ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.425192"], ["updated_at", "2015-03-17 05:15:58.425192"], ["published_at", "2015-03-17 05:15:58.425771"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 7ms (ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.447581"], ["updated_at", "2015-03-17 05:15:58.447581"], ["published_at", "2015-03-17 05:15:58.448185"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.474625"], ["updated_at", "2015-03-17 05:15:58.474625"], ["published_at", "2015-03-17 05:15:58.474917"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 3ms (ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.492169"], ["updated_at", "2015-03-17 05:15:58.492169"], ["published_at", "2015-03-17 05:15:58.492447"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.506912"], ["updated_at", "2015-03-17 05:15:58.506912"], ["published_at", "2015-03-17 05:15:58.507152"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.521264"], ["updated_at", "2015-03-17 05:15:58.521264"], ["published_at", "2015-03-17 05:15:58.521675"]]  (0.3ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.7ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.552302"], ["updated_at", "2015-03-17 05:15:58.552302"], ["published_at", "2015-03-17 05:15:58.552547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.555760"], ["updated_at", "2015-03-17 05:15:58.555760"], ["published_at", "2015-03-17 05:15:58.555975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.561768"], ["updated_at", "2015-03-17 05:15:58.561768"], ["published_at", "2015-03-17 05:15:58.562156"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.566511"], ["updated_at", "2015-03-17 05:15:58.566511"], ["published_at", "2015-03-17 05:15:58.566787"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.570754"], ["updated_at", "2015-03-17 05:15:58.570754"], ["published_at", "2015-03-17 05:15:58.571019"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.619410"], ["updated_at", "2015-03-17 05:15:58.619410"], ["published_at", "2015-03-17 05:15:58.619632"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5 Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.632801"], ["updated_at", "2015-03-17 05:15:58.632801"], ["published_at", "2015-03-17 05:15:58.633066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.636319"], ["updated_at", "2015-03-17 05:15:58.636319"], ["published_at", "2015-03-17 05:15:58.636533"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.641765"], ["updated_at", "2015-03-17 05:15:58.641765"], ["published_at", "2015-03-17 05:15:58.642040"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.645625"], ["updated_at", "2015-03-17 05:15:58.645625"], ["published_at", "2015-03-17 05:15:58.645861"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.649522"], ["updated_at", "2015-03-17 05:15:58.649522"], ["published_at", "2015-03-17 05:15:58.649731"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.653687"], ["updated_at", "2015-03-17 05:15:58.653687"], ["published_at", "2015-03-17 05:15:58.653940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0  (0.0ms) SELECT COUNT(*) FROM "posts" Post Load (0.1ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.666283"], ["updated_at", "2015-03-17 05:15:58.666283"], ["published_at", "2015-03-17 05:15:58.666754"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 5ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.682567"], ["updated_at", "2015-03-17 05:15:58.682567"], ["published_at", "2015-03-17 05:15:58.682806"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.692459"], ["updated_at", "2015-03-17 05:15:58.692459"], ["published_at", "2015-03-17 05:15:58.692890"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.712463"], ["updated_at", "2015-03-17 05:15:58.712463"], ["published_at", "2015-03-17 05:15:58.713532"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"], ["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.731212"], ["updated_at", "2015-03-17 05:15:58.731212"], ["published_at", "2015-03-17 05:15:58.731468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"17"} Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("slug", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["slug", "test-slug"], ["created_at", "2015-03-17 05:15:58.737623"], ["updated_at", "2015-03-17 05:15:58.737623"], ["published_at", "2015-03-17 05:15:58.737884"], ["year", "2015"], ["month", "03"], ["day", "17"], ["hour", "05"], ["minute", "15"], ["second", "58"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/posts/2015/03/17/test-slug Completed 302 Found in 8ms (ActiveRecord: 0.4ms)  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "licenses" ("name", "short_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "License Name"], ["short_code", "LN"], ["created_at", "2015-03-20 19:35:33.344478"], ["updated_at", "2015-03-20 19:35:33.344478"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 License Load (0.1ms) SELECT "licenses".* FROM "licenses"  (0.4ms) 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.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.379512"], ["updated_at", "2015-03-20 19:35:33.379512"], ["published_at", "2015-03-20 19:35:33.380069"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-20 19:35:33.393346"], ["updated_at", "2015-03-20 19:35:33.393346"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.399752"], ["updated_at", "2015-03-20 19:35:33.399752"], ["published_at", "2015-03-20 19:35:33.401224"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.6ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-20 19:35:33.422961"], ["updated_at", "2015-03-20 19:35:33.422961"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "30"], ["second", "33"], ["slug", "test-slug"], ["published_at", "2015-03-20 19:30:33.424926"], ["created_at", "2015-03-20 19:35:33.428075"], ["updated_at", "2015-03-20 19:35:33.428075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "Post Type"], ["content", "fake-post"], ["created_at", "2015-03-20 19:35:33.436869"], ["updated_at", "2015-03-20 19:35:33.436869"], ["key", "post_type"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1986"], ["month", "01"], ["day", "31"], ["hour", "08"], ["minute", "00"], ["second", "00"], ["slug", "test-slug"], ["created_at", "1986-01-31 08:00:00.000000"], ["updated_at", "1986-01-31 08:00:00.000000"], ["published_at", "1986-01-31 08:00:00.000000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.0ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = ? ORDER BY "settings"."id" ASC LIMIT 1 [["name", "Post Type"]]  (1.1ms) rollback transaction  (0.2ms) 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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-20 19:35:33.468403"], ["updated_at", "2015-03-20 19:35:33.468403"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-20 19:35:33.474946"], ["updated_at", "2015-03-20 19:35:33.474946"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-20 19:35:33.488784"], ["updated_at", "2015-03-20 19:35:33.488784"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-20 19:35:33.496539"], ["updated_at", "2015-03-20 19:35:33.496539"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-20 19:35:33.502714"], ["updated_at", "2015-03-20 19:35:33.502714"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "published_at", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "1979"], ["month", "09"], ["day", "18"], ["hour", "14"], ["minute", "30"], ["second", "00"], ["slug", "test-slug"], ["published_at", "1979-09-18 14:30:00.000000"], ["created_at", "2015-03-20 19:35:33.508485"], ["updated_at", "2015-03-20 19:35:33.508485"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.2ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["title", "Test Post Title"], ["created_at", "2015-03-20 19:35:33.518350"], ["updated_at", "2015-03-20 19:35:33.518350"], ["published_at", "2015-03-20 19:35:33.518914"], ["slug", "test-post-title"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["content", "Lorem Impsum"], ["created_at", "2015-03-20 19:35:33.581822"], ["updated_at", "2015-03-20 19:35:33.581822"], ["published_at", "2015-03-20 19:35:33.582093"], ["slug", "lorem-impsum"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "title", "content", "created_at", "updated_at", "published_at", "slug") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["title", "Test Post Title"], ["content", "Lorem Impsum"], ["created_at", "2015-03-20 19:35:33.587655"], ["updated_at", "2015-03-20 19:35:33.587655"], ["published_at", "2015-03-20 19:35:33.587884"], ["slug", "test-post-title"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.595365"], ["updated_at", "2015-03-20 19:35:33.595365"], ["published_at", "2015-03-20 19:35:33.595760"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.8ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.624228"], ["updated_at", "2015-03-20 19:35:33.624228"], ["published_at", "2015-03-20 19:35:33.625248"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.637349"], ["updated_at", "2015-03-20 19:35:33.637349"], ["published_at", "2015-03-20 19:35:33.637590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.643372"], ["updated_at", "2015-03-20 19:35:33.643372"], ["published_at", "2015-03-20 19:35:33.643651"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.649829"], ["updated_at", "2015-03-20 19:35:33.649829"], ["published_at", "2015-03-20 19:35:33.650225"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.659086"], ["updated_at", "2015-03-20 19:35:33.659086"], ["published_at", "2015-03-20 19:35:33.659378"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.669286"], ["updated_at", "2015-03-20 19:35:33.669286"], ["published_at", "2015-03-20 19:35:33.669570"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.675855"], ["updated_at", "2015-03-20 19:35:33.675855"], ["published_at", "2015-03-20 19:35:33.676135"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.9ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "settings" ("name", "content", "editable", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["editable", "f"], ["created_at", "2015-03-20 19:35:33.687130"], ["updated_at", "2015-03-20 19:35:33.687130"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.5ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.6ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-20 19:35:33.698931"], ["updated_at", "2015-03-20 19:35:33.698931"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Setting Load (0.1ms) SELECT "settings".* FROM "settings" WHERE "settings"."editable" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-20 19:35:33.703338"], ["updated_at", "2015-03-20 19:35:33.703338"], ["key", "url_setting"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "URL Setting"], ["content", "t"], ["created_at", "2015-03-20 19:35:33.706667"], ["updated_at", "2015-03-20 19:35:33.706667"], ["key", "url_setting"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-20 19:35:33.709485"], ["updated_at", "2015-03-20 19:35:33.709485"], ["key", "test"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-20 19:35:33.713845"], ["updated_at", "2015-03-20 19:35:33.713845"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "settings" ("name", "content", "created_at", "updated_at", "key") VALUES (?, ?, ?, ?, ?) [["name", "test"], ["content", "t"], ["created_at", "2015-03-20 19:35:33.719569"], ["updated_at", "2015-03-20 19:35:33.719569"], ["key", "test"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.728010"], ["updated_at", "2015-03-20 19:35:33.728010"], ["published_at", "2015-03-20 19:35:33.728266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.6ms) Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.767923"], ["updated_at", "2015-03-20 19:35:33.767923"], ["published_at", "2015-03-20 19:35:33.768178"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (1.2ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.785009"], ["updated_at", "2015-03-20 19:35:33.785009"], ["published_at", "2015-03-20 19:35:33.785275"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#show as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/show.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.2ms) begin transaction Processing by HomesteadingPublisher::PostsController#new as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.834446"], ["updated_at", "2015-03-20 19:35:33.834446"], ["published_at", "2015-03-20 19:35:33.834732"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.854419"], ["updated_at", "2015-03-20 19:35:33.854419"], ["published_at", "2015-03-20 19:35:33.854673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.869702"], ["updated_at", "2015-03-20 19:35:33.869702"], ["published_at", "2015-03-20 19:35:33.870052"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#edit as HTML Parameters: {"year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.4ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (1.0ms) Completed 200 OK in 8ms (Views: 4.2ms | ActiveRecord: 0.4ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.892123"], ["updated_at", "2015-03-20 19:35:33.892123"], ["published_at", "2015-03-20 19:35:33.892548"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03"} Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/new.html.erb within layouts/homesteading_publisher/application (0.5ms) Completed 200 OK in 7ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.925249"], ["updated_at", "2015-03-20 19:35:33.925249"], ["published_at", "2015-03-20 19:35:33.925720"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#create as HTML Parameters: {"slug"=>"test-slug", "post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"20"} Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("slug", "created_at", "updated_at", "published_at", "year", "month", "day", "hour", "minute", "second") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.937075"], ["updated_at", "2015-03-20 19:35:33.937075"], ["published_at", "2015-03-20 19:35:33.937396"], ["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/homesteading_publisher/posts/2015/03/20/test-slug Completed 302 Found in 17ms (ActiveRecord: 0.5ms)  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.964296"], ["updated_at", "2015-03-20 19:35:33.964296"], ["published_at", "2015-03-20 19:35:33.964588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day  (0.1ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/homesteading_publisher/posts/2015/03/20/test-slug Completed 302 Found in 8ms (ActiveRecord: 0.3ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.983785"], ["updated_at", "2015-03-20 19:35:33.983785"], ["published_at", "2015-03-20 19:35:33.984036"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/edit.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "33"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:33.996246"], ["updated_at", "2015-03-20 19:35:33.996246"], ["published_at", "2015-03-20 19:35:33.996511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Update post title"}, "year"=>"2015", "month"=>"03", "day"=>"03", "slug"=>"test-slug"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."slug" = ? ORDER BY published_at desc [["slug", "test-slug"]] Unpermitted parameters: post, year, month, day Redirected to http://test.host/homesteading_publisher/posts/2015/03/20/test-slug Completed 302 Found in 6ms (ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.050512"], ["updated_at", "2015-03-20 19:35:34.050512"], ["published_at", "2015-03-20 19:35:34.050792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.054405"], ["updated_at", "2015-03-20 19:35:34.054405"], ["published_at", "2015-03-20 19:35:34.054624"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.058548"], ["updated_at", "2015-03-20 19:35:34.058548"], ["published_at", "2015-03-20 19:35:34.058777"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.061917"], ["updated_at", "2015-03-20 19:35:34.061917"], ["published_at", "2015-03-20 19:35:34.062199"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.069719"], ["updated_at", "2015-03-20 19:35:34.069719"], ["published_at", "2015-03-20 19:35:34.070056"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.073943"], ["updated_at", "2015-03-20 19:35:34.073943"], ["published_at", "2015-03-20 19:35:34.074206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Parameters: {"page"=>"2"} Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.4ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.0ms) Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 5 Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at ASC LIMIT 1  (0.8ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.099096"], ["updated_at", "2015-03-20 19:35:34.099096"], ["published_at", "2015-03-20 19:35:34.099349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.103653"], ["updated_at", "2015-03-20 19:35:34.103653"], ["published_at", "2015-03-20 19:35:34.104309"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.110227"], ["updated_at", "2015-03-20 19:35:34.110227"], ["published_at", "2015-03-20 19:35:34.110499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.115352"], ["updated_at", "2015-03-20 19:35:34.115352"], ["published_at", "2015-03-20 19:35:34.115611"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.119650"], ["updated_at", "2015-03-20 19:35:34.119650"], ["published_at", "2015-03-20 19:35:34.120062"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "posts" ("year", "month", "day", "hour", "minute", "second", "slug", "created_at", "updated_at", "published_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["year", "2015"], ["month", "03"], ["day", "20"], ["hour", "19"], ["minute", "35"], ["second", "34"], ["slug", "test-slug"], ["created_at", "2015-03-20 19:35:34.124620"], ["updated_at", "2015-03-20 19:35:34.124620"], ["published_at", "2015-03-20 19:35:34.124876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by HomesteadingPublisher::PostsController#index as HTML Rendered /Users/Bookis/work/homesteading/homesteading_publisher/app/views/homesteading_publisher/posts/index.html.erb within layouts/homesteading_publisher/application (0.3ms) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms) Post Load (0.3ms) SELECT "posts".* FROM "posts" ORDER BY published_at desc LIMIT 5 OFFSET 0  (0.1ms) SELECT COUNT(*) FROM "posts" Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY published_at DESC LIMIT 5  (0.6ms) rollback transaction