(0.4ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) rollback transaction  (33.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (27.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateSnapsTags (20150321131740)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "snaps_tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "record_id" integer, "record_type" varchar, "tag" varchar, "superseded_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150321131740"]]  (30.7ms) commit transaction Migrating to CreateTxtblxTextblocks (20150405222157)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "txtblx_textblocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "perma_id" integer, "key" varchar, "description" varchar, "text" text, "text_html" text, "path" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150405222157"]]  (35.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:22:04.316765"], ["updated_at", "2015-04-05 23:22:04.316765"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:22:04.339988' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:22:04.344907"], ["updated_at", "2015-04-05 23:22:04.344907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:22:04 +0200  (0.2ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:27:45.283199"], ["updated_at", "2015-04-05 23:27:45.283199"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:27:45.307955' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:27:45.314355"], ["updated_at", "2015-04-05 23:27:45.314355"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:27:45 +0200  (0.2ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:28:33.181839"], ["updated_at", "2015-04-05 23:28:33.181839"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:28:33.203958' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.2ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:28:33.208807"], ["updated_at", "2015-04-05 23:28:33.208807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:28:33 +0200 Processing by DummiesController#index as HTML Completed 500 Internal Server Error in 44ms (ActiveRecord: 0.0ms)  (0.3ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:30:22.360305"], ["updated_at", "2015-04-05 23:30:22.360305"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:30:22.383270' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.2ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:30:22.388200"], ["updated_at", "2015-04-05 23:30:22.388200"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:30:22 +0200 Processing by DummiesController#index as HTML Rendered dummies/index.html.erb within layouts/application (1.7ms) Completed 500 Internal Server Error in 61ms (ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:31:47.825216"], ["updated_at", "2015-04-05 23:31:47.825216"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:31:47.850754' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:31:47.856515"], ["updated_at", "2015-04-05 23:31:47.856515"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:31:47 +0200 Processing by DummiesController#index as HTML Rendered dummies/index.html.erb within layouts/application (51.2ms) Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:33:56.435214"], ["updated_at", "2015-04-05 23:33:56.435214"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:33:56.457536' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.2ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:33:56.462572"], ["updated_at", "2015-04-05 23:33:56.462572"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:33:56 +0200 Processing by DummiesController#index as HTML Rendered dummies/index.html.erb within layouts/application (41.2ms) Completed 200 OK in 52ms (Views: 51.9ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:34:11.405402"], ["updated_at", "2015-04-05 23:34:11.405402"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:34:11.427920' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:34:11.433408"], ["updated_at", "2015-04-05 23:34:11.433408"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:34:11 +0200 Processing by DummiesController#index as HTML Rendered dummies/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:34:49.261608"], ["updated_at", "2015-04-05 23:34:49.261608"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:34:49.289918' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.2ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:34:49.296633"], ["updated_at", "2015-04-05 23:34:49.296633"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:34:49 +0200 Processing by DummiesController#index as HTML Rendered dummies/index.html.erb within layouts/application (58.9ms) Completed 500 Internal Server Error in 66ms (ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:37:50.308964"], ["updated_at", "2015-04-05 23:37:50.308964"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:37:50.332344' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.2ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:37:50.338390"], ["updated_at", "2015-04-05 23:37:50.338390"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:37:50 +0200 Processing by DummiesController#index as HTML Rendered dummies/index.html.erb within layouts/application (51.7ms) Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:40:47.273089"], ["updated_at", "2015-04-05 23:40:47.273089"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:40:47.298356' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:40:47.304550"], ["updated_at", "2015-04-05 23:40:47.304550"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:40:47 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.3ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (49.5ms) Completed 500 Internal Server Error in 55ms (ActiveRecord: 0.3ms)  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:42:30.209906"], ["updated_at", "2015-04-05 23:42:30.209906"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:42:30.232391' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:42:30.237991"], ["updated_at", "2015-04-05 23:42:30.237991"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:42:30 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.3ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (48.4ms) Completed 500 Internal Server Error in 54ms (ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.5ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:44:05.622569"], ["updated_at", "2015-04-05 23:44:05.622569"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:44:05.649962' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.2ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:44:05.655978"], ["updated_at", "2015-04-05 23:44:05.655978"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:44:05 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" ORDER BY "txtblx_textblocks"."id" ASC LIMIT 1 Rendered dummies/index.html.erb within layouts/application (51.0ms) Completed 200 OK in 65ms (Views: 64.2ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:45:34.576268"], ["updated_at", "2015-04-05 23:45:34.576268"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:45:34.614062' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-05 23:45:34.620273"], ["updated_at", "2015-04-05 23:45:34.620273"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-05 23:45:34.576268"], ["updated_at", "2015-04-05 23:45:34.623148"]]  (4.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-05 23:45:34.630322' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-05 23:45:34.631146"], ["updated_at", "2015-04-05 23:45:34.631146"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 01:45:34 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" ORDER BY "txtblx_textblocks"."id" ASC LIMIT 1 Txtblx::Textblock Load (0.3ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (47.8ms) Completed 200 OK in 61ms (Views: 60.5ms | ActiveRecord: 0.4ms)  (0.2ms) rollback transaction  (1.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:29:28.350759"], ["updated_at", "2015-04-06 16:29:28.350759"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:29:28.380227' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.2ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 16:29:28.386141"], ["updated_at", "2015-04-06 16:29:28.386141"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:29:28.350759"], ["updated_at", "2015-04-06 16:29:28.389619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:29:28.393270' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 16:29:28.394601"], ["updated_at", "2015-04-06 16:29:28.394601"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 18:29:28 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" ORDER BY "txtblx_textblocks"."id" ASC LIMIT 1 Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 59ms (Views: 58.0ms | ActiveRecord: 0.4ms)  (0.3ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:40:47.023758"], ["updated_at", "2015-04-06 16:40:47.023758"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:40:47.048070' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 16:40:47.053747"], ["updated_at", "2015-04-06 16:40:47.053747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:40:47.023758"], ["updated_at", "2015-04-06 16:40:47.056085"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:40:47.058567' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 16:40:47.059387"], ["updated_at", "2015-04-06 16:40:47.059387"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 18:40:47 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" ORDER BY "txtblx_textblocks"."id" ASC LIMIT 1 Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 57ms (Views: 56.3ms | ActiveRecord: 0.3ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:40:47.131430"], ["updated_at", "2015-04-06 16:40:47.131430"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:40:47.133950' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 16:40:47.134751"], ["updated_at", "2015-04-06 16:40:47.134751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:40:47.131430"], ["updated_at", "2015-04-06 16:40:47.136650"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:40:47.138663' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 16:40:47.139265"], ["updated_at", "2015-04-06 16:40:47.139265"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:41:48.874706"], ["updated_at", "2015-04-06 16:41:48.874706"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:41:48.896377' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 16:41:48.901374"], ["updated_at", "2015-04-06 16:41:48.901374"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:41:48.874706"], ["updated_at", "2015-04-06 16:41:48.903678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:41:48.906245' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 16:41:48.906908"], ["updated_at", "2015-04-06 16:41:48.906908"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 18:41:48 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" ORDER BY "txtblx_textblocks"."id" ASC LIMIT 1 Txtblx::Textblock Load (0.3ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (7.3ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.5ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:41:48.979804"], ["updated_at", "2015-04-06 16:41:48.979804"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:41:48.982003' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 16:41:48.983016"], ["updated_at", "2015-04-06 16:41:48.983016"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:41:48.979804"], ["updated_at", "2015-04-06 16:41:48.985050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:41:48.987252' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 16:41:48.987863"], ["updated_at", "2015-04-06 16:41:48.987863"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:44:04.310638"], ["updated_at", "2015-04-06 16:44:04.310638"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:44:04.332477' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 16:44:04.337445"], ["updated_at", "2015-04-06 16:44:04.337445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:44:04.310638"], ["updated_at", "2015-04-06 16:44:04.339792"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:44:04.342307' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 16:44:04.342937"], ["updated_at", "2015-04-06 16:44:04.342937"]]  (0.6ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 18:44:04 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" ORDER BY "txtblx_textblocks"."id" ASC LIMIT 1 Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.3ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:44:04.413645"], ["updated_at", "2015-04-06 16:44:04.413645"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:44:04.415671' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 16:44:04.416425"], ["updated_at", "2015-04-06 16:44:04.416425"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:44:04.413645"], ["updated_at", "2015-04-06 16:44:04.418203"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:44:04.420094' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 16:44:04.420663"], ["updated_at", "2015-04-06 16:44:04.420663"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" ORDER BY "txtblx_textblocks"."id" ASC LIMIT 1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.4ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:45:17.628272"], ["updated_at", "2015-04-06 16:45:17.628272"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:45:17.653776' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.2ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 16:45:17.660046"], ["updated_at", "2015-04-06 16:45:17.660046"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:45:17.628272"], ["updated_at", "2015-04-06 16:45:17.663028"]]  (45.2ms) RELEASE SAVEPOINT active_record_1  (0.8ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:45:17.712893' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 16:45:17.714323"], ["updated_at", "2015-04-06 16:45:17.714323"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" ORDER BY "txtblx_textblocks"."id" ASC LIMIT 1 Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:45:17.728941"], ["updated_at", "2015-04-06 16:45:17.728941"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:45:17.731594' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 16:45:17.732572"], ["updated_at", "2015-04-06 16:45:17.732572"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:45:17.728941"], ["updated_at", "2015-04-06 16:45:17.734998"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:45:17.737527' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 16:45:17.738321"], ["updated_at", "2015-04-06 16:45:17.738321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 18:45:17 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" ORDER BY "txtblx_textblocks"."id" ASC LIMIT 1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (3.3ms) Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.3ms)  (0.2ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:54:02.258757"], ["updated_at", "2015-04-06 16:54:02.258757"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:54:02.283175' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 16:54:02.288169"], ["updated_at", "2015-04-06 16:54:02.288169"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:54:02.258757"], ["updated_at", "2015-04-06 16:54:02.338100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:54:02.340695' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 16:54:02.341519"], ["updated_at", "2015-04-06 16:54:02.341519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" ORDER BY "txtblx_textblocks"."id" ASC LIMIT 1 Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" ORDER BY "txtblx_textblocks"."id" ASC LIMIT 1 Txtblx::Textblock Load (0.0ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:54:02.357304"], ["updated_at", "2015-04-06 16:54:02.357304"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:54:02.359951' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 16:54:02.360939"], ["updated_at", "2015-04-06 16:54:02.360939"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 16:54:02.357304"], ["updated_at", "2015-04-06 16:54:02.362918"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 16:54:02.365181' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 16:54:02.365891"], ["updated_at", "2015-04-06 16:54:02.365891"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 18:54:02 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" ORDER BY "txtblx_textblocks"."id" ASC LIMIT 1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:01:39.801180"], ["updated_at", "2015-04-06 17:01:39.801180"]] SQL (0.4ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:01:39.827867' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 17:01:39.877875"], ["updated_at", "2015-04-06 17:01:39.877875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:01:39.801180"], ["updated_at", "2015-04-06 17:01:39.880567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:01:39.883045' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 17:01:39.883714"], ["updated_at", "2015-04-06 17:01:39.883714"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.0ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:01:39.910660"], ["updated_at", "2015-04-06 17:01:39.910660"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:01:39.912967' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 17:01:39.913810"], ["updated_at", "2015-04-06 17:01:39.913810"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:01:39.910660"], ["updated_at", "2015-04-06 17:01:39.915850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:01:39.918003' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 17:01:39.918607"], ["updated_at", "2015-04-06 17:01:39.918607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 19:01:39 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.4ms) begin transaction Txtblx::Textblock Load (0.3ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:02:23.083424"], ["updated_at", "2015-04-06 17:02:23.083424"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:02:23.100299' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 17:02:23.101608"], ["updated_at", "2015-04-06 17:02:23.101608"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:02:23.083424"], ["updated_at", "2015-04-06 17:02:23.104557"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:02:23.107720' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 17:02:23.108731"], ["updated_at", "2015-04-06 17:02:23.108731"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:02:23.117677"], ["updated_at", "2015-04-06 17:02:23.117677"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:02:23.120317' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 17:02:23.121372"], ["updated_at", "2015-04-06 17:02:23.121372"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:02:23.117677"], ["updated_at", "2015-04-06 17:02:23.123707"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:02:23.126185' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 17:02:23.127132"], ["updated_at", "2015-04-06 17:02:23.127132"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 19:02:23 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:04:15.250979"], ["updated_at", "2015-04-06 17:04:15.250979"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:04:15.273967' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 17:04:15.279571"], ["updated_at", "2015-04-06 17:04:15.279571"]]  (0.9ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:04:15.250979"], ["updated_at", "2015-04-06 17:04:15.326631"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:04:15.330376' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 17:04:15.331499"], ["updated_at", "2015-04-06 17:04:15.331499"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.0ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:04:15.349903"], ["updated_at", "2015-04-06 17:04:15.349903"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:04:15.351927' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 17:04:15.352661"], ["updated_at", "2015-04-06 17:04:15.352661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:04:15.349903"], ["updated_at", "2015-04-06 17:04:15.354670"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:04:15.356953' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 17:04:15.357590"], ["updated_at", "2015-04-06 17:04:15.357590"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 19:04:15 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:04:53.259720"], ["updated_at", "2015-04-06 17:04:53.259720"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:04:53.282387' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 17:04:53.287081"], ["updated_at", "2015-04-06 17:04:53.287081"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:04:53.259720"], ["updated_at", "2015-04-06 17:04:53.289355"]]  (0.8ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:04:53.332553' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 17:04:53.333642"], ["updated_at", "2015-04-06 17:04:53.333642"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 19:04:53 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:04:53.364719"], ["updated_at", "2015-04-06 17:04:53.364719"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:04:53.366818' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 17:04:53.367656"], ["updated_at", "2015-04-06 17:04:53.367656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:04:53.364719"], ["updated_at", "2015-04-06 17:04:53.369472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:04:53.371356' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 17:04:53.371927"], ["updated_at", "2015-04-06 17:04:53.371927"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:06:34.833984"], ["updated_at", "2015-04-06 17:06:34.833984"]] SQL (0.4ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:06:34.858559' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.2ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 17:06:34.904245"], ["updated_at", "2015-04-06 17:06:34.904245"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:06:34.833984"], ["updated_at", "2015-04-06 17:06:34.907321"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:06:34.910190' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 17:06:34.910905"], ["updated_at", "2015-04-06 17:06:34.910905"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 19:06:34 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:06:34.940451"], ["updated_at", "2015-04-06 17:06:34.940451"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:06:34.942523' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 17:06:34.943263"], ["updated_at", "2015-04-06 17:06:34.943263"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:06:34.940451"], ["updated_at", "2015-04-06 17:06:34.945084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:06:34.947171' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 17:06:34.947934"], ["updated_at", "2015-04-06 17:06:34.947934"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:35:30.996831"], ["updated_at", "2015-04-06 17:35:30.996831"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:35:31.027152' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 17:35:31.033341"], ["updated_at", "2015-04-06 17:35:31.033341"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:35:30.996831"], ["updated_at", "2015-04-06 17:35:31.035965"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:35:31.038728' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 17:35:31.039491"], ["updated_at", "2015-04-06 17:35:31.039491"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 19:35:31 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.3ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 61ms (Views: 60.7ms | ActiveRecord: 0.3ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:35:31.129264"], ["updated_at", "2015-04-06 17:35:31.129264"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:35:31.131660' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 17:35:31.132564"], ["updated_at", "2015-04-06 17:35:31.132564"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 17:35:31.129264"], ["updated_at", "2015-04-06 17:35:31.134807"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 17:35:31.137255' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 17:35:31.137988"], ["updated_at", "2015-04-06 17:35:31.137988"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.9ms) begin transaction Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 18:04:10.228291"], ["updated_at", "2015-04-06 18:04:10.228291"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:04:10.289295' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 18:04:10.290781"], ["updated_at", "2015-04-06 18:04:10.290781"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 18:04:10.228291"], ["updated_at", "2015-04-06 18:04:10.293907"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:04:10.297147' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 18:04:10.298009"], ["updated_at", "2015-04-06 18:04:10.298009"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 18:04:10.305721"], ["updated_at", "2015-04-06 18:04:10.305721"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:04:10.308043' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 18:04:10.308988"], ["updated_at", "2015-04-06 18:04:10.308988"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", "MyString"], ["text", "MyText"], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 18:04:10.305721"], ["updated_at", "2015-04-06 18:04:10.311523"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:04:10.313669' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 18:04:10.314332"], ["updated_at", "2015-04-06 18:04:10.314332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 20:04:10 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.9ms) begin transaction Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 18:45:10.423851"], ["updated_at", "2015-04-06 18:45:10.423851"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:45:10.440741' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 18:45:10.441884"], ["updated_at", "2015-04-06 18:45:10.441884"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 18:45:10.423851"], ["updated_at", "2015-04-06 18:45:10.444066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:45:10.446338' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 18:45:10.446925"], ["updated_at", "2015-04-06 18:45:10.446925"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 18:45:10.452602"], ["updated_at", "2015-04-06 18:45:10.452602"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:45:10.454498' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 18:45:10.455220"], ["updated_at", "2015-04-06 18:45:10.455220"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 18:45:10.452602"], ["updated_at", "2015-04-06 18:45:10.457038"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:45:10.459106' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 18:45:10.459846"], ["updated_at", "2015-04-06 18:45:10.459846"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 20:45:10 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.4ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "some.key"], ["description", ""], ["text", "Some Text"], ["text_html", ""], ["path", "MyString"], ["created_at", "2015-04-06 18:46:32.175429"], ["updated_at", "2015-04-06 18:46:32.175429"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:46:32.196527' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 18:46:32.202080"], ["updated_at", "2015-04-06 18:46:32.202080"]]  (0.7ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 18:46:32.251178"], ["updated_at", "2015-04-06 18:46:32.251178"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:46:32.253280' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 18:46:32.254080"], ["updated_at", "2015-04-06 18:46:32.254080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 18:46:32.251178"], ["updated_at", "2015-04-06 18:46:32.256149"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:46:32.258413' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 18:46:32.259345"], ["updated_at", "2015-04-06 18:46:32.259345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.0ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 18:46:32.277751"], ["updated_at", "2015-04-06 18:46:32.277751"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:46:32.279820' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 18:46:32.280681"], ["updated_at", "2015-04-06 18:46:32.280681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 18:46:32.277751"], ["updated_at", "2015-04-06 18:46:32.282606"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 18:46:32.284715' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 18:46:32.285361"], ["updated_at", "2015-04-06 18:46:32.285361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 20:46:32 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:04:18.977924"], ["updated_at", "2015-04-06 19:04:18.977924"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:04:19.045111' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:04:19.050513"], ["updated_at", "2015-04-06 19:04:19.050513"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:04:18.977924"], ["updated_at", "2015-04-06 19:04:19.052910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:04:19.055223' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:04:19.055849"], ["updated_at", "2015-04-06 19:04:19.055849"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:04:19 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:04:19.092530"], ["updated_at", "2015-04-06 19:04:19.092530"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:04:19.095079' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:04:19.096084"], ["updated_at", "2015-04-06 19:04:19.096084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:04:19.092530"], ["updated_at", "2015-04-06 19:04:19.098331"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:04:19.100980' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:04:19.101856"], ["updated_at", "2015-04-06 19:04:19.101856"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "some.key"], ["description", ""], ["text", "Some Text"], ["text_html", ""], ["path", "MyString"], ["created_at", "2015-04-06 19:04:19.209221"], ["updated_at", "2015-04-06 19:04:19.209221"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:04:19.211504' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:04:19.212312"], ["updated_at", "2015-04-06 19:04:19.212312"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "some.key"], ["description", ""], ["text", "Some Text"], ["text_html", ""], ["path", "MyString"], ["created_at", "2015-04-06 19:05:00.995607"], ["updated_at", "2015-04-06 19:05:00.995607"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:05:01.055772' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:05:01.060468"], ["updated_at", "2015-04-06 19:05:01.060468"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:05:01.065219"], ["updated_at", "2015-04-06 19:05:01.065219"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:05:01.067275' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:05:01.068173"], ["updated_at", "2015-04-06 19:05:01.068173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:05:01.065219"], ["updated_at", "2015-04-06 19:05:01.070206"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:05:01.072149' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:05:01.072824"], ["updated_at", "2015-04-06 19:05:01.072824"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:05:01 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:05:01.100933"], ["updated_at", "2015-04-06 19:05:01.100933"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:05:01.103837' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:05:01.104997"], ["updated_at", "2015-04-06 19:05:01.104997"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:05:01.100933"], ["updated_at", "2015-04-06 19:05:01.107673"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:05:01.110643' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:05:01.111493"], ["updated_at", "2015-04-06 19:05:01.111493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.0ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.3ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:06:03.560760"], ["updated_at", "2015-04-06 19:06:03.560760"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:06:03.577885' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:06:03.579194"], ["updated_at", "2015-04-06 19:06:03.579194"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:06:03.560760"], ["updated_at", "2015-04-06 19:06:03.582233"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:06:03.585084' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:06:03.585857"], ["updated_at", "2015-04-06 19:06:03.585857"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:06:03.593345"], ["updated_at", "2015-04-06 19:06:03.593345"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:06:03.595773' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:06:03.596642"], ["updated_at", "2015-04-06 19:06:03.596642"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:06:03.593345"], ["updated_at", "2015-04-06 19:06:03.598896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:06:03.601340' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:06:03.602146"], ["updated_at", "2015-04-06 19:06:03.602146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:06:03 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "some.key"], ["description", ""], ["text", "Some Text"], ["text_html", ""], ["path", "MyString"], ["created_at", "2015-04-06 19:06:03.737352"], ["updated_at", "2015-04-06 19:06:03.737352"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:06:03.739824' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:06:03.740747"], ["updated_at", "2015-04-06 19:06:03.740747"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "some.key"], ["description", ""], ["text", "Some Text"], ["text_html", ""], ["path", "MyString"], ["created_at", "2015-04-06 19:07:23.397045"], ["updated_at", "2015-04-06 19:07:23.397045"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:07:23.463512' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:07:23.469661"], ["updated_at", "2015-04-06 19:07:23.469661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:07:23.475455"], ["updated_at", "2015-04-06 19:07:23.475455"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:07:23.477496' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:07:23.478255"], ["updated_at", "2015-04-06 19:07:23.478255"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:07:23.475455"], ["updated_at", "2015-04-06 19:07:23.480105"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:07:23.482075' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:07:23.482638"], ["updated_at", "2015-04-06 19:07:23.482638"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:07:23 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:07:23.512611"], ["updated_at", "2015-04-06 19:07:23.512611"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:07:23.514871' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:07:23.515672"], ["updated_at", "2015-04-06 19:07:23.515672"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:07:23.512611"], ["updated_at", "2015-04-06 19:07:23.517674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:07:23.519743' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:07:23.520373"], ["updated_at", "2015-04-06 19:07:23.520373"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "some.key"], ["description", ""], ["text", "Some Text"], ["text_html", ""], ["path", "MyString"], ["created_at", "2015-04-06 19:10:22.609221"], ["updated_at", "2015-04-06 19:10:22.609221"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:10:22.690062' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:10:22.695028"], ["updated_at", "2015-04-06 19:10:22.695028"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:10:22.703266"], ["updated_at", "2015-04-06 19:10:22.703266"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:10:22.705398' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:10:22.706153"], ["updated_at", "2015-04-06 19:10:22.706153"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:10:22.703266"], ["updated_at", "2015-04-06 19:10:22.707970"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:10:22.710141' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:10:22.710820"], ["updated_at", "2015-04-06 19:10:22.710820"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:10:22.727972"], ["updated_at", "2015-04-06 19:10:22.727972"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:10:22.730203' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:10:22.731096"], ["updated_at", "2015-04-06 19:10:22.731096"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:10:22.727972"], ["updated_at", "2015-04-06 19:10:22.733840"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:10:22.736913' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:10:22.737949"], ["updated_at", "2015-04-06 19:10:22.737949"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:10:22 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:11:06.451040"], ["updated_at", "2015-04-06 19:11:06.451040"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:11:06.517098' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.3ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:11:06.521865"], ["updated_at", "2015-04-06 19:11:06.521865"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:11:06.451040"], ["updated_at", "2015-04-06 19:11:06.524527"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:11:06.533023' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:11:06.534023"], ["updated_at", "2015-04-06 19:11:06.534023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:11:06.555357"], ["updated_at", "2015-04-06 19:11:06.555357"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:11:06.558029' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:11:06.559105"], ["updated_at", "2015-04-06 19:11:06.559105"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:11:06.555357"], ["updated_at", "2015-04-06 19:11:06.561502"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:11:06.563987' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:11:06.564774"], ["updated_at", "2015-04-06 19:11:06.564774"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:11:06 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "some.key"], ["description", ""], ["text", "Some Text"], ["text_html", ""], ["path", "MyString"], ["created_at", "2015-04-06 19:11:06.702404"], ["updated_at", "2015-04-06 19:11:06.702404"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:11:06.705028' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:11:06.705975"], ["updated_at", "2015-04-06 19:11:06.705975"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" WHERE "txtblx_textblocks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:11:42.405259"], ["updated_at", "2015-04-06 19:11:42.405259"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:11:42.470638' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:11:42.475403"], ["updated_at", "2015-04-06 19:11:42.475403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:11:42.405259"], ["updated_at", "2015-04-06 19:11:42.477610"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:11:42.479935' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:11:42.480558"], ["updated_at", "2015-04-06 19:11:42.480558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:11:42 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (4.2ms) Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:11:42.518447"], ["updated_at", "2015-04-06 19:11:42.518447"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:11:42.520844' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:11:42.521907"], ["updated_at", "2015-04-06 19:11:42.521907"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:11:42.518447"], ["updated_at", "2015-04-06 19:11:42.524350"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:11:42.526676' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:11:42.527356"], ["updated_at", "2015-04-06 19:11:42.527356"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "some.key"], ["description", ""], ["text", "Some Text"], ["text_html", ""], ["path", "MyString"], ["created_at", "2015-04-06 19:11:42.629441"], ["updated_at", "2015-04-06 19:11:42.629441"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:11:42.632065' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:11:42.633007"], ["updated_at", "2015-04-06 19:11:42.633007"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" WHERE "txtblx_textblocks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:13:40.631293"], ["updated_at", "2015-04-06 19:13:40.631293"]] SQL (0.4ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:13:40.698256' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:13:40.705155"], ["updated_at", "2015-04-06 19:13:40.705155"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:13:40.631293"], ["updated_at", "2015-04-06 19:13:40.708141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:13:40.710647' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:13:40.711354"], ["updated_at", "2015-04-06 19:13:40.711354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:13:40 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.3ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.3ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:13:40.753014"], ["updated_at", "2015-04-06 19:13:40.753014"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:13:40.755106' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:13:40.755892"], ["updated_at", "2015-04-06 19:13:40.755892"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:13:40.753014"], ["updated_at", "2015-04-06 19:13:40.757833"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:13:40.759841' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:13:40.762405"], ["updated_at", "2015-04-06 19:13:40.762405"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "some.key"], ["description", ""], ["text", "Some Text"], ["text_html", ""], ["path", "MyString"], ["created_at", "2015-04-06 19:13:40.853427"], ["updated_at", "2015-04-06 19:13:40.853427"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:13:40.855491' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:13:40.856266"], ["updated_at", "2015-04-06 19:13:40.856266"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" WHERE "txtblx_textblocks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:14:29.300313"], ["updated_at", "2015-04-06 19:14:29.300313"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:14:29.361385' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:14:29.366173"], ["updated_at", "2015-04-06 19:14:29.366173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:14:29.300313"], ["updated_at", "2015-04-06 19:14:29.368393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:14:29.370749' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:14:29.371388"], ["updated_at", "2015-04-06 19:14:29.371388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:14:29 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 16ms (Views: 15.8ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:14:29.410910"], ["updated_at", "2015-04-06 19:14:29.410910"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:14:29.413563' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:14:29.414560"], ["updated_at", "2015-04-06 19:14:29.414560"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:14:29.410910"], ["updated_at", "2015-04-06 19:14:29.417116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:14:29.419221' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:14:29.420233"], ["updated_at", "2015-04-06 19:14:29.420233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "some.key"], ["description", ""], ["text", "Some Text"], ["text_html", ""], ["path", "MyString"], ["created_at", "2015-04-06 19:14:29.508894"], ["updated_at", "2015-04-06 19:14:29.508894"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:14:29.510964' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:14:29.511706"], ["updated_at", "2015-04-06 19:14:29.511706"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" WHERE "txtblx_textblocks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:16:47.582720"], ["updated_at", "2015-04-06 19:16:47.582720"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:16:47.648069' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:16:47.653065"], ["updated_at", "2015-04-06 19:16:47.653065"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:16:47.582720"], ["updated_at", "2015-04-06 19:16:47.655278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:16:47.657526' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:16:47.658146"], ["updated_at", "2015-04-06 19:16:47.658146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:16:47 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.4ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.4ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "some.key"], ["description", ""], ["text", "Some Text"], ["text_html", ""], ["path", "MyString"], ["created_at", "2015-04-06 19:16:47.772862"], ["updated_at", "2015-04-06 19:16:47.772862"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:16:47.775166' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:16:47.775961"], ["updated_at", "2015-04-06 19:16:47.775961"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" WHERE "txtblx_textblocks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:16:47.783246"], ["updated_at", "2015-04-06 19:16:47.783246"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:16:47.785266' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:16:47.785993"], ["updated_at", "2015-04-06 19:16:47.785993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:16:47.783246"], ["updated_at", "2015-04-06 19:16:47.787735"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:16:47.790235' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:16:47.790986"], ["updated_at", "2015-04-06 19:16:47.790986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:17:36.055980"], ["updated_at", "2015-04-06 19:17:36.055980"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:17:36.071406' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.2ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:17:36.072545"], ["updated_at", "2015-04-06 19:17:36.072545"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:17:36.055980"], ["updated_at", "2015-04-06 19:17:36.075505"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:17:36.078949' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:17:36.079673"], ["updated_at", "2015-04-06 19:17:36.079673"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "some.key"], ["description", ""], ["text", "Some Text"], ["text_html", ""], ["path", "MyString"], ["created_at", "2015-04-06 19:17:36.171721"], ["updated_at", "2015-04-06 19:17:36.171721"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:17:36.173755' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:17:36.174508"], ["updated_at", "2015-04-06 19:17:36.174508"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" WHERE "txtblx_textblocks"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:17:36.181843"], ["updated_at", "2015-04-06 19:17:36.181843"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:17:36.184524' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:17:36.185607"], ["updated_at", "2015-04-06 19:17:36.185607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:17:36.181843"], ["updated_at", "2015-04-06 19:17:36.188166"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:17:36.190521' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:17:36.191171"], ["updated_at", "2015-04-06 19:17:36.191171"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:17:36 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.7ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text"], ["text_html", "

some text

"], ["perma_id", 1], ["created_at", "2015-04-06 19:41:29.201013"], ["updated_at", "2015-04-06 19:41:29.201013"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:41:29.273229' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:41:29.279230"], ["updated_at", "2015-04-06 19:41:29.279230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" WHERE "txtblx_textblocks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:41:29.299360"], ["updated_at", "2015-04-06 19:41:29.299360"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:41:29.301626' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:41:29.302569"], ["updated_at", "2015-04-06 19:41:29.302569"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:41:29.299360"], ["updated_at", "2015-04-06 19:41:29.304705"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:41:29.307144' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:41:29.307816"], ["updated_at", "2015-04-06 19:41:29.307816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:41:29.314098"], ["updated_at", "2015-04-06 19:41:29.314098"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:41:29.316044' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:41:29.316778"], ["updated_at", "2015-04-06 19:41:29.316778"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:41:29.314098"], ["updated_at", "2015-04-06 19:41:29.318662"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:41:29.320717' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:41:29.321358"], ["updated_at", "2015-04-06 19:41:29.321358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:41:29 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (3.4ms) Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text"], ["text_html", "

some text

"], ["perma_id", 1], ["created_at", "2015-04-06 19:44:06.836300"], ["updated_at", "2015-04-06 19:44:06.836300"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:44:06.905707' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:44:06.911458"], ["updated_at", "2015-04-06 19:44:06.911458"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" WHERE "txtblx_textblocks"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:44:06.920479"], ["updated_at", "2015-04-06 19:44:06.920479"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:44:06.922887' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:44:06.923750"], ["updated_at", "2015-04-06 19:44:06.923750"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:44:06.920479"], ["updated_at", "2015-04-06 19:44:06.925976"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:44:06.928318' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:44:06.929069"], ["updated_at", "2015-04-06 19:44:06.929069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:44:06 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (3.2ms) Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:44:06.959166"], ["updated_at", "2015-04-06 19:44:06.959166"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:44:06.961641' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:44:06.962543"], ["updated_at", "2015-04-06 19:44:06.962543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:44:06.959166"], ["updated_at", "2015-04-06 19:44:06.964726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:44:06.967110' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:44:06.967816"], ["updated_at", "2015-04-06 19:44:06.967816"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.0ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:44:24.876604"], ["updated_at", "2015-04-06 19:44:24.876604"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:44:24.938134' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:44:24.942803"], ["updated_at", "2015-04-06 19:44:24.942803"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:44:24.876604"], ["updated_at", "2015-04-06 19:44:24.945019"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:44:24.947234' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:44:24.947851"], ["updated_at", "2015-04-06 19:44:24.947851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:44:24 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (4.4ms) Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:44:24.984934"], ["updated_at", "2015-04-06 19:44:24.984934"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:44:24.987141' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:44:24.987903"], ["updated_at", "2015-04-06 19:44:24.987903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:44:24.984934"], ["updated_at", "2015-04-06 19:44:24.989750"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:44:24.991943' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:44:24.992601"], ["updated_at", "2015-04-06 19:44:24.992601"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text"], ["text_html", "

some text

"], ["perma_id", 1], ["created_at", "2015-04-06 19:44:25.078960"], ["updated_at", "2015-04-06 19:44:25.078960"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:44:25.080946' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:44:25.081661"], ["updated_at", "2015-04-06 19:44:25.081661"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text"], ["text_html", "

some text

"], ["perma_id", 1], ["created_at", "2015-04-06 19:46:00.600932"], ["updated_at", "2015-04-06 19:46:00.600932"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:46:00.679597' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:46:00.685159"], ["updated_at", "2015-04-06 19:46:00.685159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:46:00.690696"], ["updated_at", "2015-04-06 19:46:00.690696"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:46:00.693035' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:46:00.693882"], ["updated_at", "2015-04-06 19:46:00.693882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:46:00.690696"], ["updated_at", "2015-04-06 19:46:00.696083"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:46:00.698483' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:46:00.699173"], ["updated_at", "2015-04-06 19:46:00.699173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:46:00 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:46:00.731063"], ["updated_at", "2015-04-06 19:46:00.731063"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:46:00.733556' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:46:00.734456"], ["updated_at", "2015-04-06 19:46:00.734456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:46:00.731063"], ["updated_at", "2015-04-06 19:46:00.736607"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:46:00.739085' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:46:00.739817"], ["updated_at", "2015-04-06 19:46:00.739817"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text"], ["text_html", "

some text

"], ["perma_id", 1], ["created_at", "2015-04-06 19:46:23.159385"], ["updated_at", "2015-04-06 19:46:23.159385"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:46:23.225035' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:46:23.229867"], ["updated_at", "2015-04-06 19:46:23.229867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:46:23.245734"], ["updated_at", "2015-04-06 19:46:23.245734"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:46:23.247827' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:46:23.248551"], ["updated_at", "2015-04-06 19:46:23.248551"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:46:23.245734"], ["updated_at", "2015-04-06 19:46:23.250485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:46:23.252424' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:46:23.253034"], ["updated_at", "2015-04-06 19:46:23.253034"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:46:23.260245"], ["updated_at", "2015-04-06 19:46:23.260245"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:46:23.262667' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:46:23.263613"], ["updated_at", "2015-04-06 19:46:23.263613"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:46:23.260245"], ["updated_at", "2015-04-06 19:46:23.266057"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:46:23.268650' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:46:23.269455"], ["updated_at", "2015-04-06 19:46:23.269455"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:46:23 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.4ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:53:12.492596"], ["updated_at", "2015-04-06 19:53:12.492596"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:53:12.510053' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.2ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:53:12.511552"], ["updated_at", "2015-04-06 19:53:12.511552"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:53:12.492596"], ["updated_at", "2015-04-06 19:53:12.514583"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:53:12.517288' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:53:12.518089"], ["updated_at", "2015-04-06 19:53:12.518089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:53:12.527890"], ["updated_at", "2015-04-06 19:53:12.527890"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:53:12.531259' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:53:12.532295"], ["updated_at", "2015-04-06 19:53:12.532295"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 19:53:12.527890"], ["updated_at", "2015-04-06 19:53:12.534952"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:53:12.537715' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 19:53:12.538544"], ["updated_at", "2015-04-06 19:53:12.538544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 21:53:12 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (8.2ms) Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text with http://example.com"], ["text_html", "

some text with http://example.com

"], ["perma_id", 1], ["created_at", "2015-04-06 19:53:12.734997"], ["updated_at", "2015-04-06 19:53:12.734997"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:53:12.737398' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:53:12.738156"], ["updated_at", "2015-04-06 19:53:12.738156"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text"], ["text_html", "

some text

"], ["perma_id", 1], ["created_at", "2015-04-06 19:53:12.742167"], ["updated_at", "2015-04-06 19:53:12.742167"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 19:53:12.744036' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 19:53:12.744802"], ["updated_at", "2015-04-06 19:53:12.744802"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.3ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 20:03:00.091181"], ["updated_at", "2015-04-06 20:03:00.091181"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 20:03:00.105175' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 20:03:00.106152"], ["updated_at", "2015-04-06 20:03:00.106152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 20:03:00.091181"], ["updated_at", "2015-04-06 20:03:00.108332"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 20:03:00.110749' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 20:03:00.111380"], ["updated_at", "2015-04-06 20:03:00.111380"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text inlcuding http://example.com"], ["text_html", "

some text inlcuding http://example.com

"], ["perma_id", 1], ["created_at", "2015-04-06 20:03:00.207973"], ["updated_at", "2015-04-06 20:03:00.207973"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 20:03:00.210024' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 20:03:00.210738"], ["updated_at", "2015-04-06 20:03:00.210738"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text"], ["text_html", "

some text

"], ["perma_id", 1], ["created_at", "2015-04-06 20:03:00.215098"], ["updated_at", "2015-04-06 20:03:00.215098"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 20:03:00.216803' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 20:03:00.217472"], ["updated_at", "2015-04-06 20:03:00.217472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 20:03:00.221833"], ["updated_at", "2015-04-06 20:03:00.221833"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 20:03:00.223864' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 20:03:00.224678"], ["updated_at", "2015-04-06 20:03:00.224678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 20:03:00.221833"], ["updated_at", "2015-04-06 20:03:00.226593"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 20:03:00.228593' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 20:03:00.229213"], ["updated_at", "2015-04-06 20:03:00.229213"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 22:03:00 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 20:21:04.043724"], ["updated_at", "2015-04-06 20:21:04.043724"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 20:21:04.067229' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 20:21:04.069067"], ["updated_at", "2015-04-06 20:21:04.069067"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 20:21:04.043724"], ["updated_at", "2015-04-06 20:21:04.071358"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 20:21:04.073640' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 20:21:04.074285"], ["updated_at", "2015-04-06 20:21:04.074285"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-06 22:21:04 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.3ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 58ms (Views: 57.8ms | ActiveRecord: 0.3ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text"], ["text_html", "

some text

"], ["perma_id", 1], ["created_at", "2015-04-06 20:21:04.231902"], ["updated_at", "2015-04-06 20:21:04.231902"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 20:21:04.233924' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 20:21:04.234700"], ["updated_at", "2015-04-06 20:21:04.234700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text inlcuding http://example.com"], ["text_html", "

some text inlcuding http://example.com

"], ["perma_id", 1], ["created_at", "2015-04-06 20:21:04.238361"], ["updated_at", "2015-04-06 20:21:04.238361"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 20:21:04.239754' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 20:21:04.240355"], ["updated_at", "2015-04-06 20:21:04.240355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 20:21:04.246566"], ["updated_at", "2015-04-06 20:21:04.246566"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 20:21:04.249038' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 20:21:04.250004"], ["updated_at", "2015-04-06 20:21:04.250004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 20:21:04.246566"], ["updated_at", "2015-04-06 20:21:04.252329"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 20:21:04.254472' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 20:21:04.255085"], ["updated_at", "2015-04-06 20:21:04.255085"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 22:14:08.663671"], ["updated_at", "2015-04-06 22:14:08.663671"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 22:14:08.689226' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 22:14:08.691389"], ["updated_at", "2015-04-06 22:14:08.691389"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 22:14:08.663671"], ["updated_at", "2015-04-06 22:14:08.694122"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 22:14:08.696762' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 22:14:08.697503"], ["updated_at", "2015-04-06 22:14:08.697503"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-07 00:14:08 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.3ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.3ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 22:14:08.926199"], ["updated_at", "2015-04-06 22:14:08.926199"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 22:14:08.929043' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 22:14:08.930154"], ["updated_at", "2015-04-06 22:14:08.930154"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 22:14:08.926199"], ["updated_at", "2015-04-06 22:14:08.932786"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 22:14:08.934902' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 22:14:08.935486"], ["updated_at", "2015-04-06 22:14:08.935486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text inlcuding http://example.com"], ["text_html", "

some text inlcuding http://example.com

"], ["perma_id", 1], ["created_at", "2015-04-06 22:14:09.027520"], ["updated_at", "2015-04-06 22:14:09.027520"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 22:14:09.029504' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 22:14:09.030209"], ["updated_at", "2015-04-06 22:14:09.030209"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text"], ["text_html", "

some text

"], ["perma_id", 1], ["created_at", "2015-04-06 22:14:09.033762"], ["updated_at", "2015-04-06 22:14:09.033762"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 22:14:09.035170' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 22:14:09.035748"], ["updated_at", "2015-04-06 22:14:09.035748"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 22:44:40.071774"], ["updated_at", "2015-04-06 22:44:40.071774"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 22:44:40.095502' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 22:44:40.097438"], ["updated_at", "2015-04-06 22:44:40.097438"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 22:44:40.099936"], ["updated_at", "2015-04-06 22:44:40.099936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 22:44:40.102491' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 22:44:40.103189"], ["updated_at", "2015-04-06 22:44:40.103189"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-07 00:44:40 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND snaps_tags.tag = 'published' WHERE (snaps_tags.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (4.8ms) Completed 200 OK in 60ms (Views: 59.0ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND snaps_tags.tag = 'published' WHERE (snaps_tags.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 22:44:40.302146"], ["updated_at", "2015-04-06 22:44:40.302146"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 22:44:40.304189' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 22:44:40.304943"], ["updated_at", "2015-04-06 22:44:40.304943"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-06 22:44:40.306733"], ["updated_at", "2015-04-06 22:44:40.306733"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 22:44:40.308835' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-06 22:44:40.309519"], ["updated_at", "2015-04-06 22:44:40.309519"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND snaps_tags.tag = 'published' WHERE (snaps_tags.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text inlcuding http://example.com"], ["text_html", "

some text inlcuding http://example.com

"], ["perma_id", 1], ["created_at", "2015-04-06 22:44:40.416639"], ["updated_at", "2015-04-06 22:44:40.416639"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 22:44:40.419140' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 22:44:40.420101"], ["updated_at", "2015-04-06 22:44:40.420101"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text"], ["text_html", "

some text

"], ["perma_id", 1], ["created_at", "2015-04-06 22:44:40.423878"], ["updated_at", "2015-04-06 22:44:40.423878"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-06 22:44:40.425254' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-06 22:44:40.425837"], ["updated_at", "2015-04-06 22:44:40.425837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-07 14:03:58.816650"], ["updated_at", "2015-04-07 14:03:58.816650"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-07 14:03:58.840564' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.2ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-07 14:03:58.843001"], ["updated_at", "2015-04-07 14:03:58.843001"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-07 14:03:58.816650"], ["updated_at", "2015-04-07 14:03:58.845797"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-07 14:03:58.848626' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-07 14:03:58.849386"], ["updated_at", "2015-04-07 14:03:58.849386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/" for 127.0.0.1 at 2015-04-07 16:03:58 +0200 Processing by DummiesController#index as HTML Txtblx::Textblock Load (0.2ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]] Rendered dummies/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.2ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text"], ["text_html", "

some text

"], ["perma_id", 1], ["created_at", "2015-04-07 14:03:58.986638"], ["updated_at", "2015-04-07 14:03:58.986638"]] SQL (0.3ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-07 14:03:58.989319' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-07 14:03:58.990770"], ["updated_at", "2015-04-07 14:03:58.990770"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT MAX("txtblx_textblocks"."perma_id") FROM "txtblx_textblocks" SQL (0.1ms) INSERT INTO "txtblx_textblocks" ("key", "text", "text_html", "perma_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["key", "some key"], ["text", "some text inlcuding http://example.com"], ["text_html", "

some text inlcuding http://example.com

"], ["perma_id", 1], ["created_at", "2015-04-07 14:03:58.995861"], ["updated_at", "2015-04-07 14:03:58.995861"]] SQL (0.1ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-07 14:03:58.997445' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-07 14:03:58.998130"], ["updated_at", "2015-04-07 14:03:58.998130"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-07 14:03:59.051219"], ["updated_at", "2015-04-07 14:03:59.051219"]] SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-07 14:03:59.053354' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "draft"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 1], ["record_type", "Txtblx::Textblock"], ["tag", "draft"], ["created_at", "2015-04-07 14:03:59.054131"], ["updated_at", "2015-04-07 14:03:59.054131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "txtblx_textblocks" ("perma_id", "key", "description", "text", "text_html", "path", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["perma_id", 1], ["key", "homepage.welcome"], ["description", ""], ["text", ""], ["text_html", "Welcome to Dummy App"], ["path", "MyString"], ["created_at", "2015-04-07 14:03:59.051219"], ["updated_at", "2015-04-07 14:03:59.056043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "snaps_tags" SET "superseded_at" = '2015-04-07 14:03:59.058167' WHERE "snaps_tags"."id" IN (SELECT "snaps_tags"."id" FROM "snaps_tags" INNER JOIN txtblx_textblocks ON txtblx_textblocks.id = snaps_tags.record_id AND snaps_tags.record_type = 'Txtblx::Textblock' AND perma_id = 1 WHERE "snaps_tags"."tag" = ? AND "snaps_tags"."superseded_at" IS NULL) [["tag", "published"]] SQL (0.1ms) INSERT INTO "snaps_tags" ("record_id", "record_type", "tag", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["record_id", 2], ["record_type", "Txtblx::Textblock"], ["tag", "published"], ["created_at", "2015-04-07 14:03:59.058869"], ["updated_at", "2015-04-07 14:03:59.058869"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction  (0.0ms) begin transaction Txtblx::Textblock Load (0.1ms) SELECT "txtblx_textblocks".* FROM "txtblx_textblocks" INNER JOIN snaps_tags t_published ON txtblx_textblocks.id = t_published.record_id AND t_published.record_type = 'Txtblx::Textblock' AND t_published.tag = 'published' WHERE (t_published.superseded_at IS NULL) AND "txtblx_textblocks"."key" = ? LIMIT 1 [["key", "homepage.welcome"]]  (0.1ms) rollback transaction