spec/dummy/log/test.log in manageable_content-0.2.3 vs spec/dummy/log/test.log in manageable_content-0.2.4
- old
+ new
@@ -69784,5 +69784,6655 @@
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Sat, 25 Feb 2012 17:38:47 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Sat, 25 Feb 2012 17:38:47 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
[1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'
+ [1m[36m (130.3ms)[0m [1mDELETE FROM "manageable_content_page_contents";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'manageable_content_page_contents';
+ [1m[36m (100.6ms)[0m [1mDELETE FROM "manageable_content_pages";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'manageable_content_pages';
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m PRAGMA index_list("manageable_content_pages")
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_info('index_manageable_content_pages_on_key_and_locale')[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("manageable_content_pages")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_manageable_content_pages_on_key_and_locale')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (50.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "the/example"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The mycontent content"], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "mycontent"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.354097' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "the/example"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.8ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The mycontent content"], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "mycontent"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.376033' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("manageable_content_page_contents")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("manageable_content_page_contents")
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.425949' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.429131' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.3ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.439003' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.448190' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.451456' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.460830' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.462772' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.465320' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.468771' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.476122' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.478309' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.480335' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.482281' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-03-21 11:44:31.486264' WHERE "manageable_content_page_contents"."id" = 4
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.488841' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-03-21 11:44:31.490113' WHERE "manageable_content_page_contents"."id" = 5[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.491983' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-03-21 11:44:31.494051' WHERE "manageable_content_page_contents"."id" = 2
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.495432' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-03-21 11:44:31.496464' WHERE "manageable_content_page_contents"."id" = 1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.497735' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (2)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-03-21 11:44:31.501227' WHERE "manageable_content_page_contents"."id" = 3
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.502488' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-03-21 11:44:31.506084' WHERE "manageable_content_page_contents"."id" = 10[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.507334' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-03-21 11:44:31.508378' WHERE "manageable_content_page_contents"."id" = 11
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.509571' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-03-21 11:44:31.510550' WHERE "manageable_content_page_contents"."id" = 12[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.511703' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-03-21 11:44:31.512722' WHERE "manageable_content_page_contents"."id" = 13
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.513900' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-03-21 11:44:31.517466' WHERE "manageable_content_page_contents"."id" = 6[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.518911' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-03-21 11:44:31.519965' WHERE "manageable_content_page_contents"."id" = 7
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.521250' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-03-21 11:44:31.522246' WHERE "manageable_content_page_contents"."id" = 8[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.523467' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-03-21 11:44:31.524580' WHERE "manageable_content_page_contents"."id" = 9
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.525907' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+
+
+Started GET "/home" for 127.0.0.1 at 2012-03-21 08:44:31 -0300
+Processing by HomeController#index as HTML
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ Rendered home/index.html.erb within layouts/application (6.4ms)
+Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.762632' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.764992' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.772313' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.780756' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.783154' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.791513' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.793992' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.797130' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.800508' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.808741' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.810868' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.812905' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (44.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.814855' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.4ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-03-21 11:44:31.864984' WHERE "manageable_content_page_contents"."id" = 4
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.866602' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-03-21 11:44:31.867720' WHERE "manageable_content_page_contents"."id" = 5[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.868952' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-03-21 11:44:31.870015' WHERE "manageable_content_page_contents"."id" = 2
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.871312' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-03-21 11:44:31.872378' WHERE "manageable_content_page_contents"."id" = 1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.873583' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (2)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-03-21 11:44:31.876917' WHERE "manageable_content_page_contents"."id" = 3
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.878190' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-03-21 11:44:31.881792' WHERE "manageable_content_page_contents"."id" = 10[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.883078' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-03-21 11:44:31.884320' WHERE "manageable_content_page_contents"."id" = 11
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.885708' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-03-21 11:44:31.886762' WHERE "manageable_content_page_contents"."id" = 12[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.887962' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-03-21 11:44:31.888971' WHERE "manageable_content_page_contents"."id" = 13
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.890178' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-03-21 11:44:31.893833' WHERE "manageable_content_page_contents"."id" = 6[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.895190' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-03-21 11:44:31.897635' WHERE "manageable_content_page_contents"."id" = 7
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.899298' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-03-21 11:44:31.900422' WHERE "manageable_content_page_contents"."id" = 8[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.901651' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-03-21 11:44:31.902670' WHERE "manageable_content_page_contents"."id" = 9
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.903863' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+
+
+Started GET "/contact" for 127.0.0.1 at 2012-03-21 08:44:31 -0300
+Processing by ContactController#index as HTML
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.937667' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.941881' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.949143' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.5ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.958158' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.960515' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.969984' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.972641' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.974538' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.976728' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.985813' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.987799' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.989693' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:31 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.991541' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-03-21 11:44:31.995262' WHERE "manageable_content_page_contents"."id" = 4
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.996657' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-03-21 11:44:31.997899' WHERE "manageable_content_page_contents"."id" = 5[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:31.999242' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-03-21 11:44:32.000319' WHERE "manageable_content_page_contents"."id" = 2
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.001631' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-03-21 11:44:32.002666' WHERE "manageable_content_page_contents"."id" = 1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.003857' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (2)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-03-21 11:44:32.007451' WHERE "manageable_content_page_contents"."id" = 3
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.008825' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-03-21 11:44:32.012342' WHERE "manageable_content_page_contents"."id" = 10[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.013666' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-03-21 11:44:32.014694' WHERE "manageable_content_page_contents"."id" = 11
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.015939' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-03-21 11:44:32.017016' WHERE "manageable_content_page_contents"."id" = 12[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.019404' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-03-21 11:44:32.020937' WHERE "manageable_content_page_contents"."id" = 13
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.022162' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-03-21 11:44:32.060562' WHERE "manageable_content_page_contents"."id" = 6[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.061941' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-03-21 11:44:32.063004' WHERE "manageable_content_page_contents"."id" = 7
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.064409' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-03-21 11:44:32.065476' WHERE "manageable_content_page_contents"."id" = 8[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.066673' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-03-21 11:44:32.067897' WHERE "manageable_content_page_contents"."id" = 9
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.069275' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+
+
+Started GET "/blog" for 127.0.0.1 at 2012-03-21 08:44:32 -0300
+Processing by Blog::HomeController#index as HTML
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'[0m
+Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.2ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.094477' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.096953' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.103887' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.3ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.112490' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.115324' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.124909' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.128584' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.132034' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.134293' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.143861' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.145908' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.148075' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.150051' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36m (0.4ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.2ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.176763' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.179947' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.3ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.189741' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.197942' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.200403' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.209775' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.213393' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.216210' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.218343' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.228207' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.265601' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.267674' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.269727' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (2)[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.281958' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.284491' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.292500' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.301689' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.304279' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.312363' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.314614' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.318730' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.322020' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.330805' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.333061' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.335003' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.336926' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.351072' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.353665' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.362660' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.371047' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.374744' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.384384' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.387639' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.390103' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.392194' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.402011' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.404355' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.406779' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.3ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.410144' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.460225' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.462398' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.3ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.472784' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.479565' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.481903' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.489594' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.493097' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.495491' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.497679' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.507609' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.509744' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.511752' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.513841' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.524273' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.526436' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.534633' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.5ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.543805' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.546315' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.556632' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.559951' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.562107' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.564247' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.3ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.574221' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.576343' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.578323' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.580406' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "page-key"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IN ('application', 'contact', 'home')
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.645860' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.648161' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.654958' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.661586' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.665420' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.673382' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.675528' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.677506' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.679444' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.688670' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.690697' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.692654' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.694693' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "page-key"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.705889' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.708031' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.716542' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.3ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.724590' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.728170' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.739282' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.742284' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.744558' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.746936' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.4ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.756893' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.759086' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.761246' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.763355' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (39.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.824959' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.828183' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.833777' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.838525' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.841673' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.848203' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.851076' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.864941' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.867834' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.873375' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.880226' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.883125' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.888230' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.891687' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.905218' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.908487' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.912996' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.918134' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.922168' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.928021' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.931211' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.945126' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.948291' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.954878' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.960238' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.965228' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.970686' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.973454' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.984432' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.987517' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:32.993388' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:32 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.000007' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.003074' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.008598' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.012457' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.065676' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.068617' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.074530' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.081106' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.084714' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.090118' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.093692' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.107423' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.110717' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.115809' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.121896' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.126588' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.132983' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.135885' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.151041' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.156275' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.162003' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.167966' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.173051' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.177773' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.180804' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.193986' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.196979' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.203143' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.209354' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.213262' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.218923' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.222440' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.237466' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.241103' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.246040' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.253258' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.257157' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.302708' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.306328' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.316765' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.319638' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.325440' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.330710' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.335477' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.340821' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:44:33.344469' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:44:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (140.1ms)[0m [1mDELETE FROM "manageable_content_page_contents";[0m
+ [1m[35m (0.4ms)[0m DELETE FROM sqlite_sequence where name = 'manageable_content_page_contents';
+ [1m[36m (108.2ms)[0m [1mDELETE FROM "manageable_content_pages";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'manageable_content_pages';
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m PRAGMA index_list("manageable_content_pages")
+ [1m[36m (0.2ms)[0m [1mPRAGMA index_info('index_manageable_content_pages_on_key_and_locale')[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("manageable_content_pages")
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_info('index_manageable_content_pages_on_key_and_locale')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (3.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:41 UTC +00:00], ["key", "the/example"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:41 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.9ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The mycontent content"], ["created_at", Wed, 21 Mar 2012 11:55:41 UTC +00:00], ["key", "mycontent"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:41 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:41.985955' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::PageContent Load (0.4ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "the/example"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The mycontent content"], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "mycontent"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.009760' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m PRAGMA index_list("manageable_content_page_contents")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("manageable_content_page_contents")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.3ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.056220' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.059288' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.068433' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.076937' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.079027' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.086599' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.088524' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.090367' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.092285' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.099581' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.101568' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.103442' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.105312' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-03-21 11:55:42.109167' WHERE "manageable_content_page_contents"."id" = 4
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.111506' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-03-21 11:55:42.112792' WHERE "manageable_content_page_contents"."id" = 5[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.114028' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-03-21 11:55:42.115021' WHERE "manageable_content_page_contents"."id" = 2
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.116282' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-03-21 11:55:42.117291' WHERE "manageable_content_page_contents"."id" = 1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.118493' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (2)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-03-21 11:55:42.122010' WHERE "manageable_content_page_contents"."id" = 3
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.123304' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-03-21 11:55:42.126900' WHERE "manageable_content_page_contents"."id" = 10[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.128232' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-03-21 11:55:42.129317' WHERE "manageable_content_page_contents"."id" = 11
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.130580' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-03-21 11:55:42.131606' WHERE "manageable_content_page_contents"."id" = 12[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.132845' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-03-21 11:55:42.133866' WHERE "manageable_content_page_contents"."id" = 13
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.135119' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-03-21 11:55:42.138978' WHERE "manageable_content_page_contents"."id" = 6[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.140277' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-03-21 11:55:42.141341' WHERE "manageable_content_page_contents"."id" = 7
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.142551' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-03-21 11:55:42.143527' WHERE "manageable_content_page_contents"."id" = 8[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.144746' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-03-21 11:55:42.145738' WHERE "manageable_content_page_contents"."id" = 9
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.146908' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+
+
+Started GET "/home" for 127.0.0.1 at 2012-03-21 08:55:42 -0300
+Processing by HomeController#index as HTML
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ Rendered home/index.html.erb within layouts/application (4.8ms)
+Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.344596' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.347269' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.354180' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.3ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.362851' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.365340' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.374023' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.376253' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.379486' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.382790' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.390799' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.393012' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.395408' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.397433' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-03-21 11:55:42.444751' WHERE "manageable_content_page_contents"."id" = 4
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.446384' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-03-21 11:55:42.447515' WHERE "manageable_content_page_contents"."id" = 5[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.448774' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-03-21 11:55:42.449805' WHERE "manageable_content_page_contents"."id" = 2
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.451063' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-03-21 11:55:42.452075' WHERE "manageable_content_page_contents"."id" = 1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.453344' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (2)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-03-21 11:55:42.456804' WHERE "manageable_content_page_contents"."id" = 3
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.458137' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-03-21 11:55:42.461747' WHERE "manageable_content_page_contents"."id" = 10[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.463046' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-03-21 11:55:42.464085' WHERE "manageable_content_page_contents"."id" = 11
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.465308' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-03-21 11:55:42.466324' WHERE "manageable_content_page_contents"."id" = 12[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.467572' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-03-21 11:55:42.468608' WHERE "manageable_content_page_contents"."id" = 13
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.469817' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-03-21 11:55:42.473427' WHERE "manageable_content_page_contents"."id" = 6[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.474739' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-03-21 11:55:42.475783' WHERE "manageable_content_page_contents"."id" = 7
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.477039' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-03-21 11:55:42.478057' WHERE "manageable_content_page_contents"."id" = 8[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.479310' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-03-21 11:55:42.480339' WHERE "manageable_content_page_contents"."id" = 9
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.481555' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+
+
+Started GET "/contact" for 127.0.0.1 at 2012-03-21 08:55:42 -0300
+Processing by ContactController#index as HTML
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.503683' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.505737' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.513078' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.519517' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.523548' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.532062' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.534389' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.538089' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.540589' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.548474' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.550449' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.552350' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.554272' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-03-21 11:55:42.557972' WHERE "manageable_content_page_contents"."id" = 4
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.559325' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-03-21 11:55:42.560348' WHERE "manageable_content_page_contents"."id" = 5[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.561555' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-03-21 11:55:42.562576' WHERE "manageable_content_page_contents"."id" = 2
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.563811' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-03-21 11:55:42.564830' WHERE "manageable_content_page_contents"."id" = 1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.566020' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (2)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-03-21 11:55:42.569339' WHERE "manageable_content_page_contents"."id" = 3
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.570608' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-03-21 11:55:42.574125' WHERE "manageable_content_page_contents"."id" = 10[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.575411' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-03-21 11:55:42.576434' WHERE "manageable_content_page_contents"."id" = 11
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.577620' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-03-21 11:55:42.578640' WHERE "manageable_content_page_contents"."id" = 12[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.579868' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-03-21 11:55:42.580881' WHERE "manageable_content_page_contents"."id" = 13
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.582071' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-03-21 11:55:42.615994' WHERE "manageable_content_page_contents"."id" = 6[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.617438' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-03-21 11:55:42.618487' WHERE "manageable_content_page_contents"."id" = 7
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.619759' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-03-21 11:55:42.620861' WHERE "manageable_content_page_contents"."id" = 8[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.622102' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-03-21 11:55:42.623151' WHERE "manageable_content_page_contents"."id" = 9
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.624432' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+
+
+Started GET "/blog" for 127.0.0.1 at 2012-03-21 08:55:42 -0300
+Processing by Blog::HomeController#index as HTML
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'[0m
+Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.2ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.647715' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.651051' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.3ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.659678' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.667659' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.670252' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.680398' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.682941' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.684900' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.686793' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.694719' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.696813' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.698757' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.700747' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.714836' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.717678' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.727648' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.735250' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.738013' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.3ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.747884' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.751386' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.753882' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.755987' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.765585' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.799278' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.801541' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.803567' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (2)[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.815896' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.818300' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.826513' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.835833' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.838521' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.848958' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.851655' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.853725' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.856406' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.864886' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.866933' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.868890' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.870803' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.882776' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.885131' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.893415' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.902409' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.904885' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.913746' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.915923' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.918045' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.920234' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.931469' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.933698' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.935880' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.938175' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.991125' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:42.993483' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:42 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.000940' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.3ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.009713' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.011750' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.019552' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.021659' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.023608' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.025595' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.033385' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.035359' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.037400' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.039406' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.049643' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.051700' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.059939' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.3ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.068050' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.071219' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.3ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.080887' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.084158' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.086532' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.088754' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.096876' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.099053' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.101107' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.103079' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "page-key"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IN ('application', 'contact', 'home')
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.164095' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.166446' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.173418' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.180458' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.182502' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.190566' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.192640' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.194575' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.196535' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.204247' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.206257' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.208192' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.210215' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "page-key"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.221344' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.223495' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.231091' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.239389' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.241977' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.253029' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.255128' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.257241' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.259424' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.267547' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.269639' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.271702' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.273744' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.293228' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.335953' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.341052' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.346074' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.348862' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.353399' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.356149' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.369537' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.372369' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.377784' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.382643' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.385593' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.392121' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.395645' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.409859' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.412845' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.417669' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.422223' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.425647' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.431327' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.434296' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.447429' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.450405' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.456070' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.461733' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.465730' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.472136' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.475014' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.487313' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.491004' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.496449' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.501297' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.505993' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.511875' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.514933' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.8ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.568698' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.571785' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.576822' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.581704' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.584917' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.591694' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.594832' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.605815' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.608869' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.614487' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.619484' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.622523' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.629415' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.632963' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.645373' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.650267' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.655032' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.660800' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.664814' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.671698' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.676438' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.687844' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.691869' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.698002' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.702959' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.705940' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.712733' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.716094' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.728369' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.731546' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.737497' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.744455' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.747649' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.753996' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.758283' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.806024' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.808992' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.814765' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.819875' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.822867' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.829601' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:43.833236' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:43 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (149.0ms)[0m [1mDELETE FROM "manageable_content_page_contents";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'manageable_content_page_contents';
+ [1m[36m (108.1ms)[0m [1mDELETE FROM "manageable_content_pages";[0m
+ [1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'manageable_content_pages';
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m PRAGMA index_list("manageable_content_pages")
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_info('index_manageable_content_pages_on_key_and_locale')[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("manageable_content_pages")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_manageable_content_pages_on_key_and_locale')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (4.0ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "the/example"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The mycontent content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "mycontent"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.356764' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC[0m
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "the/example"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The mycontent content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "mycontent"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.376030' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC[0m
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("manageable_content_page_contents")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("manageable_content_page_contents")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.4ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC[0m
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC[0m
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.3ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC[0m
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.3ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC[0m
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.3ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC[0m
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.3ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC[0m
+SQLite3::SQLException: near "safasfDESC": syntax error: SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" safasfDESC, "key" ASC
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.502291' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.507296' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.512259' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.522263' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.525728' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.530501' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.533168' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.550144' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.552911' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.558201' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.562918' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.3ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.566107' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (45.0ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.617469' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.620223' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.630857' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.633684' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.638998' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.643771' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.646678' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.652965' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.656713' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.670424' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.673194' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.677790' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.682513' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.690111' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.695728' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.698590' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.711921' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.714753' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.720909' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.725888' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.729582' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.736083' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.738783' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.754811' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.757700' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.762970' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.767613' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.770297' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.775678' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.779774' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'
+ [1m[36m (0.2ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.793564' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.796392' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.800841' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.805217' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.807807' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.813963' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.817184' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.828266' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.832912' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.837340' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.843350' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.846755' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.853596' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.856767' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.867455' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.870782' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.876580' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.881483' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.884137' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.889407' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.893999' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.905119' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (4.4ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.907825' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.953134' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.958321' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.961529' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.970450' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.973245' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.984662' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.987558' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.993069' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:55 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:55.999733' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:55:56 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:56 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:56.002555' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:55:56 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:56 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:55:56 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:56 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:56.009201' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:55:56 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:55:56 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:55:56.013023' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:55:56 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:55:56 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[36m (210.6ms)[0m [1mDELETE FROM "manageable_content_page_contents";[0m
+ [1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'manageable_content_page_contents';
+ [1m[36m (108.6ms)[0m [1mDELETE FROM "manageable_content_pages";[0m
+ [1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'manageable_content_pages';
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("manageable_content_pages")
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_info('index_manageable_content_pages_on_key_and_locale')[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_list("manageable_content_pages")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_manageable_content_pages_on_key_and_locale')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (3.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", "the/example"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (1.1ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The mycontent content"], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", "mycontent"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.644299' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", "the/example"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The mycontent content"], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", "mycontent"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.667975' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m PRAGMA index_list("manageable_content_page_contents")
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')[0m
+ [1m[35m (0.1ms)[0m PRAGMA index_list("manageable_content_page_contents")
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.3ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.717632' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.721813' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.728861' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.737043' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.739135' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.746936' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.748964' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.750878' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.752792' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.760396' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.762358' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.764273' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.766210' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.772645' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.774612' WHERE "manageable_content_pages"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'pt' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.780577' WHERE "manageable_content_pages"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.786836' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.788813' WHERE "manageable_content_pages"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'pt' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.796122' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.798177' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.800097' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.801991' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'pt' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.809351' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.811301' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.813186' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:57:59 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.815160' WHERE "manageable_content_pages"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-03-21 11:57:59.819105' WHERE "manageable_content_page_contents"."id" = 4[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.821658' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-03-21 11:57:59.822986' WHERE "manageable_content_page_contents"."id" = 5
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.824277' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-03-21 11:57:59.825308' WHERE "manageable_content_page_contents"."id" = 2[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.826539' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-03-21 11:57:59.827595' WHERE "manageable_content_page_contents"."id" = 1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.828916' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (2)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-03-21 11:57:59.858559' WHERE "manageable_content_page_contents"."id" = 3[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.860222' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (1.4ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-03-21 11:57:59.902235' WHERE "manageable_content_page_contents"."id" = 10
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.903906' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-03-21 11:57:59.905099' WHERE "manageable_content_page_contents"."id" = 11[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.906373' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-03-21 11:57:59.907407' WHERE "manageable_content_page_contents"."id" = 12
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.908709' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-03-21 11:57:59.909749' WHERE "manageable_content_page_contents"."id" = 13[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.910996' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-03-21 11:57:59.914776' WHERE "manageable_content_page_contents"."id" = 6
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.916181' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-03-21 11:57:59.917241' WHERE "manageable_content_page_contents"."id" = 7[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.918604' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-03-21 11:57:59.919691' WHERE "manageable_content_page_contents"."id" = 8
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.920993' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-03-21 11:57:59.922011' WHERE "manageable_content_page_contents"."id" = 9[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:57:59.923257' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+
+
+Started GET "/home" for 127.0.0.1 at 2012-03-21 08:58:00 -0300
+Processing by HomeController#index as HTML
+ [1m[35mSQL (0.3ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
+ Rendered home/index.html.erb within layouts/application (5.0ms)
+Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.3ms)
+ [1m[36m (0.2ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.124058' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.126135' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.133198' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.4ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.139904' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.144032' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.3ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.154086' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.157372' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.160075' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.162158' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.169753' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.171741' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.173882' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.175869' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.182418' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.184463' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'pt' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.190417' WHERE "manageable_content_pages"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.196707' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.198692' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'pt' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.206241' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.208194' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.210092' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.211978' WHERE "manageable_content_pages"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'pt' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.219487' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.221464' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.223382' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.225327' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-03-21 11:58:00.229022' WHERE "manageable_content_page_contents"."id" = 4
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.230369' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-03-21 11:58:00.231412' WHERE "manageable_content_page_contents"."id" = 5[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.232636' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-03-21 11:58:00.233658' WHERE "manageable_content_page_contents"."id" = 2
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.234902' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-03-21 11:58:00.235911' WHERE "manageable_content_page_contents"."id" = 1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.237116' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (2)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-03-21 11:58:00.240427' WHERE "manageable_content_page_contents"."id" = 3
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.241822' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-03-21 11:58:00.245495' WHERE "manageable_content_page_contents"."id" = 10[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.246835' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-03-21 11:58:00.247872' WHERE "manageable_content_page_contents"."id" = 11
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.249117' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-03-21 11:58:00.250230' WHERE "manageable_content_page_contents"."id" = 12[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.251565' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-03-21 11:58:00.252612' WHERE "manageable_content_page_contents"."id" = 13
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.253890' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-03-21 11:58:00.286302' WHERE "manageable_content_page_contents"."id" = 6[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.287814' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-03-21 11:58:00.288934' WHERE "manageable_content_page_contents"."id" = 7
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.290215' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-03-21 11:58:00.291256' WHERE "manageable_content_page_contents"."id" = 8[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.292528' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-03-21 11:58:00.293548' WHERE "manageable_content_page_contents"."id" = 9
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.294853' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+
+
+Started GET "/contact" for 127.0.0.1 at 2012-03-21 08:58:00 -0300
+Processing by ContactController#index as HTML
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.317824' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.319922' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.327054' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.333963' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.337855' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.349119' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.351875' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.353977' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.355989' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.364209' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.366327' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.368330' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.370297' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.377103' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.379182' WHERE "manageable_content_pages"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'pt' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.385361' WHERE "manageable_content_pages"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.391994' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.394049' WHERE "manageable_content_pages"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'pt' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.401988' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.404104' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.406231' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.408800' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'pt' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.417601' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.419993' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.422291' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.424479' WHERE "manageable_content_pages"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-03-21 11:58:00.458764' WHERE "manageable_content_page_contents"."id" = 4[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.460318' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-03-21 11:58:00.461428' WHERE "manageable_content_page_contents"."id" = 5
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.462707' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-03-21 11:58:00.463766' WHERE "manageable_content_page_contents"."id" = 2[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.465084' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-03-21 11:58:00.466119' WHERE "manageable_content_page_contents"."id" = 1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.467393' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (2)[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-03-21 11:58:00.471684' WHERE "manageable_content_page_contents"."id" = 3[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.473325' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-03-21 11:58:00.477221' WHERE "manageable_content_page_contents"."id" = 10
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.478681' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-03-21 11:58:00.479881' WHERE "manageable_content_page_contents"."id" = 11[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.481217' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-03-21 11:58:00.482243' WHERE "manageable_content_page_contents"."id" = 12
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.483548' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-03-21 11:58:00.484602' WHERE "manageable_content_page_contents"."id" = 13[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.485841' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-03-21 11:58:00.489610' WHERE "manageable_content_page_contents"."id" = 6
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.490966' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-03-21 11:58:00.491997' WHERE "manageable_content_page_contents"."id" = 7[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.493271' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m UPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-03-21 11:58:00.494324' WHERE "manageable_content_page_contents"."id" = 8
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.495545' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mUPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-03-21 11:58:00.496552' WHERE "manageable_content_page_contents"."id" = 9[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.497820' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+
+
+Started GET "/blog" for 127.0.0.1 at 2012-03-21 08:58:00 -0300
+Processing by Blog::HomeController#index as HTML
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'
+Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.2ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.521070' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.523709' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.3ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.531343' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.539047' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.542307' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.553904' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.556061' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.558184' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.560478' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.568802' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.570907' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.572915' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.574869' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.582122' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.584260' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'pt' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.591091' WHERE "manageable_content_pages"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.598696' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.631567' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'pt' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.639645' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.641719' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.643682' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.645860' WHERE "manageable_content_pages"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'pt' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.654286' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.658235' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.660527' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.662573' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.680626' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.682972' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.690468' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.3ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.699092' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.701748' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.710778' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.714275' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.716837' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.718793' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.727109' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.729196' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.731254' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.733307' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.740266' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.742351' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'pt' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.748749' WHERE "manageable_content_pages"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.755756' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.758006' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'pt' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.797712' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.799811' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.801793' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.803792' WHERE "manageable_content_pages"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'pt' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.811750' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.813830' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.815853' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.817805' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (2)
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (6)
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.833742' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.836668' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.4ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.846550' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.856444' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.858837' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.3ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.869574' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.871645' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.873626' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.875869' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.883746' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.885836' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.887788' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.889809' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.896755' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.898851' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'pt' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.905389' WHERE "manageable_content_pages"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.912261' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.914457' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'pt' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.922850' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.925330' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.927607' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.930033' WHERE "manageable_content_pages"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'pt' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.968815' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.970880' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.972882' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.974841' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (8)
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.989948' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.992079' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:00 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:00.999930' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.3ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.007929' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.011265' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.021862' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.024934' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.027264' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.029268' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.036988' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.038969' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.040934' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.042842' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.049680' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.051680' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'pt' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.057950' WHERE "manageable_content_pages"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.064659' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.066929' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'pt' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.075115' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.077351' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.079502' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.081871' WHERE "manageable_content_pages"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'pt' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.121907' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.123957' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.125949' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.127977' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (7)
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.143181' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.146377' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.155261' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.5ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.164047' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.167316' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.175565' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.178968' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.181918' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.184009' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.192330' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.194471' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.196487' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.198512' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.205559' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.207617' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'pt' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.213940' WHERE "manageable_content_pages"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [title,keywords]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.221181' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.223292' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'pt' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.231419' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.233616' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.235781' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.238028' WHERE "manageable_content_pages"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'pt' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.280448' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.282680' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.284735' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.286730' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.298684' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.301582' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.309302' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.318038' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.320863' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.329240' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.331221' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.333253' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.335234' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.345580' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.347686' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.349668' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.351599' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.358353' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.360349' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'pt' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.366649' WHERE "manageable_content_pages"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.373322' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.375371' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'pt' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.383556' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.385766' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.387869' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.390087' WHERE "manageable_content_pages"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'pt' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.430924' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.433003' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.435057' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.437122' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "page-key"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (7)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (8)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IN ('application', 'contact', 'home')
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.465350' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.467524' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.2ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.474957' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.483475' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.485916' WHERE "manageable_content_pages"."id" = 1
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.2ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.496936' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.499569' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.501593' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.503587' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.2ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.511666' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.513855' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.515925' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.518033' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.525103' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.527226' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'pt' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.533957' WHERE "manageable_content_pages"."id" = 6[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [title,keywords]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.541699' WHERE "manageable_content_pages"."id" = 5
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.575921' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'pt' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.583741' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.585851' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.587886' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.589872' WHERE "manageable_content_pages"."id" = 7
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'pt' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.597609' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.599597' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.601544' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.603455' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "page-key"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [footer_contact,footer_copyright]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.614353' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.616493' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'blog',
+ locale 'en' and keys [blog_title]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.3ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.626170' WHERE "manageable_content_pages"."id" = 2[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'en' and keys [title,keywords]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.633250' WHERE "manageable_content_pages"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.635608' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'contact',
+ locale 'en' and keys [title,keywords,body,message]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.2ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.645521' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.648421' WHERE "manageable_content_pages"."id" = 3
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.650496' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.652444' WHERE "manageable_content_pages"."id" = 3
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'home',
+ locale 'en' and keys [title,keywords,body,side]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.660382' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.662482' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.664487' WHERE "manageable_content_pages"."id" = 4
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.666421' WHERE "manageable_content_pages"."id" = 4[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [footer_contact,footer_copyright]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.673431' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.675428' WHERE "manageable_content_pages"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'blog',
+ locale 'pt' and keys [blog_title]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.681652' WHERE "manageable_content_pages"."id" = 6
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'application',
+ locale 'pt' and keys [title,keywords]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.688329' WHERE "manageable_content_pages"."id" = 5[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.690455' WHERE "manageable_content_pages"."id" = 5
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Generating ManageableContent::Page for key 'contact',
+ locale 'pt' and keys [title,keywords,body,message]
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::PageContent Load (0.1ms)[0m [1mSELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY "short" DESC, "key" ASC[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.698055' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.700110' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.702068' WHERE "manageable_content_pages"."id" = 7
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.704033' WHERE "manageable_content_pages"."id" = 7[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Generating ManageableContent::Page for key 'home',
+ locale 'pt' and keys [title,keywords,body,side]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::PageContent Load (0.1ms)[0m SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY "short" DESC, "key" ASC
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.711734' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.713713' WHERE "manageable_content_pages"."id" = 8
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.715632' WHERE "manageable_content_pages"."id" = 8[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mManageableContent::Page Load (0.1ms)[0m [1mSELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1[0m
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.717605' WHERE "manageable_content_pages"."id" = 8
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (1)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (5)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (3)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (7)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (4)[0m
+ [1m[35mManageableContent::Page Load (0.1ms)[0m SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (8)[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.742937' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.745852' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.751134' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.757525' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.760542' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.766551' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.769455' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.784864' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.787626' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.792696' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.799340' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.803053' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.809839' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.812785' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.823765' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.828174' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.833597' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.838161' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.841670' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.847954' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.850784' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.863268' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.866188' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.870677' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.875366' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.878199' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.882805' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.2ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.886031' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.898618' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.901771' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.908511' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.913208' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.916565' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.923289' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.927281' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.940236' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.943292' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.949092' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.955928' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.960423' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.965308' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.968077' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.979911' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.983695' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.988249' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.993093' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:01.997619' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:01 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.003041' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.005954' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.016724' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.019592' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.024735' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.031123' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.033900' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36m (3.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.099279' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.102143' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('application', 'contact') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.112911' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.115802' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.120974' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.126000' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.128825' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.135097' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.139151' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.153265' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.156077' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.160816' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.165316' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.168628' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.175064' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.178008' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.190176' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.193224' WHERE "manageable_content_pages"."id" = 1[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The blog_title content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.198279' WHERE "manageable_content_pages"."id" = 2
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.1ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.204854' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.207973' WHERE "manageable_content_pages"."id" = 3[0m
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The body content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.214621' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["content", "The message content"], ["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35mSQL (0.1ms)[0m UPDATE "manageable_content_pages" SET "updated_at" = '2012-03-21 11:58:02.217422' WHERE "manageable_content_pages"."id" = 4
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 21 Mar 2012 11:58:02 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "manageable_content_pages"."id" AS t0_r0, "manageable_content_pages"."key" AS t0_r1, "manageable_content_pages"."locale" AS t0_r2, "manageable_content_pages"."created_at" AS t0_r3, "manageable_content_pages"."updated_at" AS t0_r4, "manageable_content_page_contents"."id" AS t1_r0, "manageable_content_page_contents"."page_id" AS t1_r1, "manageable_content_page_contents"."key" AS t1_r2, "manageable_content_page_contents"."short" AS t1_r3, "manageable_content_page_contents"."content" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_pages"."key" IN ('blog', 'blog/home') AND "manageable_content_pages"."locale" = 'en'[0m
+ [1m[35m (0.1ms)[0m rollback transaction