spec/dummy/log/test.log in manageable_content-0.2.1 vs spec/dummy/log/test.log in manageable_content-0.2.2

- old
+ new

@@ -12466,5 +12466,4817 @@  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:01:57 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:01:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 SQL (0.2ms) 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' +  (540.2ms) DELETE FROM "manageable_content_page_contents"; +  (66.1ms) DELETE FROM "manageable_content_pages"; +  (0.0ms) PRAGMA index_list("manageable_content_pages") +  (0.0ms) PRAGMA index_info('index_manageable_content_pages_on_key_and_locale') +  (0.0ms) PRAGMA index_list("manageable_content_pages") +  (0.0ms) PRAGMA index_info('index_manageable_content_pages_on_key_and_locale') +  (0.0ms) SAVEPOINT active_record_1 + SQL (4.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", "the/example"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The mycontent content"], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", "mycontent"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.657346' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::PageContent Load (0.2ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", "the/example"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The mycontent content"], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", "mycontent"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.696599' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC +  (0.0ms) PRAGMA index_list("manageable_content_page_contents") +  (0.0ms) PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key') +  (0.0ms) PRAGMA index_list("manageable_content_page_contents") +  (0.0ms) PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key') +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.1ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.2ms) 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 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.751788' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.753385' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.757532' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.762211' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.763619' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.768545' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.769963' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.771252' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.772536' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.777182' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.778510' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.779816' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.781159' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.785435' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.786955' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.790847' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.3ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.815766' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.817261' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.821941' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.823321' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.824685' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.826121' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.830735' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.832093' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.833400' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:41 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.834726' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-01-10 17:27:41.836973' WHERE "manageable_content_page_contents"."id" = 4 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.838554' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-01-10 17:27:41.839288' WHERE "manageable_content_page_contents"."id" = 5 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.840163' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-01-10 17:27:41.840851' WHERE "manageable_content_page_contents"."id" = 2 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.841615' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-01-10 17:27:41.842216' WHERE "manageable_content_page_contents"."id" = 1 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.842945' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-01-10 17:27:41.844956' WHERE "manageable_content_page_contents"."id" = 3 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.845825' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-01-10 17:27:41.847950' WHERE "manageable_content_page_contents"."id" = 10 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.848807' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-01-10 17:27:41.849438' WHERE "manageable_content_page_contents"."id" = 11 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.850182' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-01-10 17:27:41.850786' WHERE "manageable_content_page_contents"."id" = 12 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.851517' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-01-10 17:27:41.852119' WHERE "manageable_content_page_contents"."id" = 13 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.852916' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-01-10 17:27:41.854980' WHERE "manageable_content_page_contents"."id" = 6 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.855846' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-01-10 17:27:41.856544' WHERE "manageable_content_page_contents"."id" = 7 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.857306' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-01-10 17:27:41.857909' WHERE "manageable_content_page_contents"."id" = 8 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.858651' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-01-10 17:27:41.859258' WHERE "manageable_content_page_contents"."id" = 9 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:41.860000' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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-01-10 15:27:42 -0200 + Processing by HomeController#index as HTML + SQL (0.3ms) 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 (3.9ms) +Completed 200 OK in 36ms (Views: 35.0ms | ActiveRecord: 0.3ms) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.250181' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.251644' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.255959' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + SQL (0.9ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.263584' WHERE "manageable_content_pages"."id" = 1 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.266108' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.271257' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.273179' WHERE "manageable_content_pages"."id" = 3 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.275381' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.276823' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.281580' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.282962' WHERE "manageable_content_pages"."id" = 4 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.285664' WHERE "manageable_content_pages"."id" = 4 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.288169' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.5ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.321557' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.323196' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.327457' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.331679' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.333166' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.337964' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.339411' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.340804' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.342126' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.347057' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.348538' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.349913' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.351287' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-01-10 17:27:42.353483' WHERE "manageable_content_page_contents"."id" = 4 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.354321' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-01-10 17:27:42.354956' WHERE "manageable_content_page_contents"."id" = 5 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.355698' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-01-10 17:27:42.356317' WHERE "manageable_content_page_contents"."id" = 2 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.357155' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-01-10 17:27:42.357770' WHERE "manageable_content_page_contents"."id" = 1 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.358575' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-01-10 17:27:42.360582' WHERE "manageable_content_page_contents"."id" = 3 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.361395' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-01-10 17:27:42.363436' WHERE "manageable_content_page_contents"."id" = 10 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.364256' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-01-10 17:27:42.364919' WHERE "manageable_content_page_contents"."id" = 11 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.365669' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-01-10 17:27:42.366292' WHERE "manageable_content_page_contents"."id" = 12 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.367104' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-01-10 17:27:42.367724' WHERE "manageable_content_page_contents"."id" = 13 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.368526' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-01-10 17:27:42.370583' WHERE "manageable_content_page_contents"."id" = 6 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.371380' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-01-10 17:27:42.371986' WHERE "manageable_content_page_contents"."id" = 7 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.372753' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-01-10 17:27:42.373352' WHERE "manageable_content_page_contents"."id" = 8 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.374073' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-01-10 17:27:42.374666' WHERE "manageable_content_page_contents"."id" = 9 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.375390' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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-01-10 15:27:42 -0200 + Processing by ContactController#index as HTML + SQL (0.2ms) 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' +Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.2ms) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.391074' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.392535' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.396496' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.401925' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.403359' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.410312' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.411687' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.413314' WHERE "manageable_content_pages"."id" = 3 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.415358' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.5ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.422009' WHERE "manageable_content_pages"."id" = 4 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.424051' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.425617' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.426970' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.431354' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.432891' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.436730' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.440839' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.442254' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.446818' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.448393' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.449759' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.451058' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.455675' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.457075' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.458400' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.459714' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-01-10 17:27:42.461940' WHERE "manageable_content_page_contents"."id" = 4 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.462795' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-01-10 17:27:42.463428' WHERE "manageable_content_page_contents"."id" = 5 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.464175' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-01-10 17:27:42.464839' WHERE "manageable_content_page_contents"."id" = 2 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.465608' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-01-10 17:27:42.466209' WHERE "manageable_content_page_contents"."id" = 1 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.466995' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-01-10 17:27:42.469003' WHERE "manageable_content_page_contents"."id" = 3 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.469834' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-01-10 17:27:42.471927' WHERE "manageable_content_page_contents"."id" = 10 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.472787' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-01-10 17:27:42.473415' WHERE "manageable_content_page_contents"."id" = 11 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.474155' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-01-10 17:27:42.474768' WHERE "manageable_content_page_contents"."id" = 12 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.475505' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-01-10 17:27:42.476109' WHERE "manageable_content_page_contents"."id" = 13 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.476908' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-01-10 17:27:42.479010' WHERE "manageable_content_page_contents"."id" = 6 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.479847' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-01-10 17:27:42.480537' WHERE "manageable_content_page_contents"."id" = 7 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.481297' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-01-10 17:27:42.481908' WHERE "manageable_content_page_contents"."id" = 8 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.482646' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-01-10 17:27:42.483256' WHERE "manageable_content_page_contents"."id" = 9 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.484013' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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-01-10 15:27:42 -0200 + Processing by Blog::HomeController#index as HTML + SQL (0.2ms) 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 5ms (Views: 5.0ms | ActiveRecord: 0.2ms) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.500192' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.501721' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.506303' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (2.3ms) 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 + SQL (0.2ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.552129' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.553710' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.558598' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.560031' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.561491' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.562955' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.567836' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.569267' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.570658' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.572024' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.576262' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.577691' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.581631' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.585771' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.587187' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.592032' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.593449' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.594797' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.596124' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.600790' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.602232' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.603557' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.604910' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.614590' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.616043' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.620004' WHERE "manageable_content_pages"."id" = 2 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.624676' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.626057' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.630680' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.632120' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.633582' WHERE "manageable_content_pages"."id" = 3 + SQL (0.7ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.637133' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.643979' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.645423' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.646767' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.648114' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.652758' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.654180' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.658114' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.3ms) 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) + SQL (0.6ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.664402' WHERE "manageable_content_pages"."id" = 5 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.666747' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.671755' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.673358' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.674705' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.676017' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.680679' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.682081' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.683435' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.684773' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.693630' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.695061' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.699071' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.8ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.705434' WHERE "manageable_content_pages"."id" = 1 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.707396' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.712212' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.713668' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.715309' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.717137' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.1ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.2ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.6ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (2.0ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.758063' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.759982' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.761488' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.762885' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.767572' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.769034' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.773036' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.777263' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.778706' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.783471' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.784885' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.786267' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.787606' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.792349' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.793815' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.795191' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.796586' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.806316' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.807777' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.811743' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.817700' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.819117' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.823879' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.825559' WHERE "manageable_content_pages"."id" = 3 + SQL (0.6ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.829225' WHERE "manageable_content_pages"."id" = 3 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.831575' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.837541' WHERE "manageable_content_pages"."id" = 4 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.839587' WHERE "manageable_content_pages"."id" = 4 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.842274' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.844106' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.848945' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.850573' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.854483' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.858834' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.860211' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.864975' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.866340' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.867746' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.869101' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.873764' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.875182' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.876545' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.877921' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.887694' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.889204' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.893356' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.898695' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.900125' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.4ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.907512' WHERE "manageable_content_pages"."id" = 3 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.909215' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.910870' WHERE "manageable_content_pages"."id" = 3 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.912957' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.918024' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.919410' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.920777' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.922159' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.926460' WHERE "manageable_content_pages"."id" = 5 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.928672' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (2.2ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.968242' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.972843' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.974279' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.979106' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.980588' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.981945' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.983335' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.988014' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.989462' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.990792' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.992129' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + ManageableContent::Page Load (0.1ms) 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 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:42 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:42.999793' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.001399' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.005579' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + SQL (0.5ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.013249' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.014996' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.019992' WHERE "manageable_content_pages"."id" = 3 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.021711' WHERE "manageable_content_pages"."id" = 3 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.023681' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.025508' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.030264' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.031645' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.033249' WHERE "manageable_content_pages"."id" = 4 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.036015' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.042000' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.043471' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.047377' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.051780' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.053247' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.058004' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.059429' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.060811' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.062165' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.066940' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.068341' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.069707' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.071128' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "page-key"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IN ('application', 'contact', 'home') +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.086423' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.087889' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.091952' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.097259' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.098659' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.105910' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.107838' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.109471' WHERE "manageable_content_pages"."id" = 3 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.111692' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.116757' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.118244' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.119553' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.120891' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.125195' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.126569' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.2ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.6ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.132831' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.138191' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.139604' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.144480' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.145883' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.147204' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.148582' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.153333' WHERE "manageable_content_pages"."id" = 8 + SQL (29.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (2.4ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.2ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.186702' WHERE "manageable_content_pages"."id" = 8 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.188878' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.190373' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "page-key"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.197387' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.198886' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.203083' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.208686' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.210140' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.215110' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.216604' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.218075' WHERE "manageable_content_pages"."id" = 3 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.220197' WHERE "manageable_content_pages"."id" = 3 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.2ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.227924' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.229366' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.230683' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.231995' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.5ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.237983' WHERE "manageable_content_pages"."id" = 5 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.240278' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.244986' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.249027' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.250618' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.255554' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.256992' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.258380' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.259770' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.264495' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.265920' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.267254' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.268628' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.282450' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.283959' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.286355' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.288513' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.289924' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.293070' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.294421' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.301517' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.303014' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.308078' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.311883' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.314033' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.316375' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.317904' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 + SQL (0.3ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.326936' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.328383' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.330533' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.332686' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.334162' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.336563' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.337872' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.344130' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.346502' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.349858' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.352101' WHERE "manageable_content_pages"."id" = 3 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.353396' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.355554' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.356863' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.364862' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.366863' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.369468' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.371630' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.372889' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.376146' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.378554' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.388146' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.390146' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.392442' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.394629' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.395911' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.398087' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.399383' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.406537' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.409036' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.412382' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.415743' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.418039' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.420857' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.422243' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.428122' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.429621' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.431728' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.433896' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.435536' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.438813' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.441053' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.448039' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.449551' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.451684' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.454244' WHERE "manageable_content_pages"."id" = 3 +  (0.2ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.456693' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.459682' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.461236' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.1ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.468895' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.471560' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.474545' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.478197' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.480063' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (3.6ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.2ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.523038' WHERE "manageable_content_pages"."id" = 4 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.524896' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.531009' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.532483' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.534640' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.536886' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.538173' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.541728' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:27:43.543517' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:27:43 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (136.0ms) DELETE FROM "manageable_content_page_contents"; +  (75.7ms) DELETE FROM "manageable_content_pages"; +  (0.1ms) PRAGMA index_list("manageable_content_pages") +  (0.1ms) PRAGMA index_info('index_manageable_content_pages_on_key_and_locale') +  (0.1ms) PRAGMA index_list("manageable_content_pages") +  (0.1ms) PRAGMA index_info('index_manageable_content_pages_on_key_and_locale') +  (0.0ms) SAVEPOINT active_record_1 + SQL (7.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", "the/example"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The mycontent content"], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", "mycontent"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.855924' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::PageContent Load (0.2ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", "the/example"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The mycontent content"], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", "mycontent"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.899866' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC +  (0.0ms) PRAGMA index_list("manageable_content_page_contents") +  (0.0ms) PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key') +  (0.0ms) PRAGMA index_list("manageable_content_page_contents") +  (0.0ms) PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key') +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.2ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.958487' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.960067' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.964332' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.969188' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.970671' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.975620' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.977038' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.978418' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.979824' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.984906' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.986254' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.987533' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.988898' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.992977' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.994333' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:35 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:35.998349' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.002443' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.003805' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (20.9ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.3ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.029786' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.031351' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.032734' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.034058' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.038776' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.040251' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.041609' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.042914' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-01-10 17:33:36.045152' WHERE "manageable_content_page_contents"."id" = 4 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.046610' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-01-10 17:33:36.047317' WHERE "manageable_content_page_contents"."id" = 5 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.048079' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-01-10 17:33:36.048692' WHERE "manageable_content_page_contents"."id" = 2 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.049499' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-01-10 17:33:36.050120' WHERE "manageable_content_page_contents"."id" = 1 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.050878' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-01-10 17:33:36.052860' WHERE "manageable_content_page_contents"."id" = 3 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.053662' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-01-10 17:33:36.055678' WHERE "manageable_content_page_contents"."id" = 10 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.056508' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-01-10 17:33:36.057134' WHERE "manageable_content_page_contents"."id" = 11 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.057874' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-01-10 17:33:36.058473' WHERE "manageable_content_page_contents"."id" = 12 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.059202' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-01-10 17:33:36.059855' WHERE "manageable_content_page_contents"."id" = 13 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.060692' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-01-10 17:33:36.062803' WHERE "manageable_content_page_contents"."id" = 6 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.063606' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-01-10 17:33:36.064255' WHERE "manageable_content_page_contents"."id" = 7 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.065050' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-01-10 17:33:36.065660' WHERE "manageable_content_page_contents"."id" = 8 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.066408' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-01-10 17:33:36.067017' WHERE "manageable_content_page_contents"."id" = 9 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.067750' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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-01-10 15:33:36 -0200 + Processing by HomeController#index as HTML + SQL (0.3ms) 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 (3.8ms) +Completed 200 OK in 37ms (Views: 36.4ms | ActiveRecord: 0.3ms) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.464800' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.466262' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.470656' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.475760' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.477227' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.3ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.484810' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.486919' WHERE "manageable_content_pages"."id" = 3 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.489335' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.490912' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.5ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.497497' WHERE "manageable_content_pages"."id" = 4 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.499918' WHERE "manageable_content_pages"."id" = 4 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.501802' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.503369' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.507528' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.509153' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.513117' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.5ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.3ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.541062' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.542762' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.547823' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.549270' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.550640' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.551999' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.556738' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.558123' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.559472' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.561136' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-01-10 17:33:36.563486' WHERE "manageable_content_page_contents"."id" = 4 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.564352' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-01-10 17:33:36.565038' WHERE "manageable_content_page_contents"."id" = 5 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.565795' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-01-10 17:33:36.566406' WHERE "manageable_content_page_contents"."id" = 2 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.567167' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-01-10 17:33:36.567775' WHERE "manageable_content_page_contents"."id" = 1 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.568556' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-01-10 17:33:36.570523' WHERE "manageable_content_page_contents"."id" = 3 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.571400' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-01-10 17:33:36.573675' WHERE "manageable_content_page_contents"."id" = 10 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.574500' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-01-10 17:33:36.575133' WHERE "manageable_content_page_contents"."id" = 11 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.575885' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-01-10 17:33:36.576530' WHERE "manageable_content_page_contents"."id" = 12 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.577276' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-01-10 17:33:36.577883' WHERE "manageable_content_page_contents"."id" = 13 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.578630' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-01-10 17:33:36.580801' WHERE "manageable_content_page_contents"."id" = 6 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.581687' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-01-10 17:33:36.582382' WHERE "manageable_content_page_contents"."id" = 7 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.583152' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-01-10 17:33:36.583773' WHERE "manageable_content_page_contents"."id" = 8 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.584611' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-01-10 17:33:36.585234' WHERE "manageable_content_page_contents"."id" = 9 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.585993' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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-01-10 15:33:36 -0200 + Processing by ContactController#index as HTML + SQL (0.2ms) 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' +Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.2ms) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.602179' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.603632' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.607663' WHERE "manageable_content_pages"."id" = 2 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.612868' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.614308' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.618961' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.620317' WHERE "manageable_content_pages"."id" = 3 + SQL (0.7ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.624167' WHERE "manageable_content_pages"."id" = 3 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.626786' WHERE "manageable_content_pages"."id" = 3 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.632953' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.634626' WHERE "manageable_content_pages"."id" = 4 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.637342' WHERE "manageable_content_pages"."id" = 4 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.639317' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.644607' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.645958' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.649727' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.653642' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.655013' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.659577' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.661131' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.662630' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.664033' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.668662' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.669991' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.671281' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (2.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.674599' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Title Content', "updated_at" = '2012-01-10 17:33:36.676879' WHERE "manageable_content_page_contents"."id" = 4 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.677727' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Keywords Content', "updated_at" = '2012-01-10 17:33:36.678359' WHERE "manageable_content_page_contents"."id" = 5 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.679099' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Copyright Content', "updated_at" = '2012-01-10 17:33:36.679699' WHERE "manageable_content_page_contents"."id" = 2 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.680523' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Application Footer Contact Content', "updated_at" = '2012-01-10 17:33:36.681136' WHERE "manageable_content_page_contents"."id" = 1 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.681877' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Blog Application Blog Title Content', "updated_at" = '2012-01-10 17:33:36.683879' WHERE "manageable_content_page_contents"."id" = 3 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.684834' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Title Content', "updated_at" = '2012-01-10 17:33:36.686916' WHERE "manageable_content_page_contents"."id" = 10 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.687711' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Keywords Content', "updated_at" = '2012-01-10 17:33:36.688325' WHERE "manageable_content_page_contents"."id" = 11 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.689104' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Body Content', "updated_at" = '2012-01-10 17:33:36.689700' WHERE "manageable_content_page_contents"."id" = 12 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.690488' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Home Side Content', "updated_at" = '2012-01-10 17:33:36.691119' WHERE "manageable_content_page_contents"."id" = 13 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.691860' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Title Content', "updated_at" = '2012-01-10 17:33:36.693978' WHERE "manageable_content_page_contents"."id" = 6 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.694839' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Keywords Content', "updated_at" = '2012-01-10 17:33:36.695469' WHERE "manageable_content_page_contents"."id" = 7 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.696229' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.0ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Body Content', "updated_at" = '2012-01-10 17:33:36.696872' WHERE "manageable_content_page_contents"."id" = 8 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.697623' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 +  (0.1ms) UPDATE "manageable_content_page_contents" SET "content" = 'Contact Message Content', "updated_at" = '2012-01-10 17:33:36.698224' WHERE "manageable_content_page_contents"."id" = 9 + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.698967' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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-01-10 15:33:36 -0200 + Processing by Blog::HomeController#index as HTML + SQL (0.2ms) 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 5ms (Views: 4.9ms | ActiveRecord: 0.2ms) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.715182' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.716768' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.721674' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.726245' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.727649' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (2.4ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.774344' WHERE "manageable_content_pages"."id" = 3 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.776570' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.778062' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.779443' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.784517' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.786069' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.787506' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.788888' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.793265' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.794638' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.798528' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.802570' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.803951' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.808730' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.810093' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.811404' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.812789' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.817561' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.818938' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.820242' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.821584' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.831244' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.832680' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.836707' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.841472' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.842892' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.847632' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.849070' WHERE "manageable_content_pages"."id" = 3 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.3ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.852001' WHERE "manageable_content_pages"."id" = 3 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.855087' WHERE "manageable_content_pages"."id" = 3 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.861386' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.862901' WHERE "manageable_content_pages"."id" = 4 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.865454' WHERE "manageable_content_pages"."id" = 4 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.867834' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.873070' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.874443' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.878939' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.882990' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.884622' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.4ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.890822' WHERE "manageable_content_pages"."id" = 7 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.893685' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.895376' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.896788' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.901700' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.903087' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.904510' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.905836' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.914640' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.916064' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.920151' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.924826' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.926218' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.4ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.933676' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.935045' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.936629' WHERE "manageable_content_pages"."id" = 3 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.938395' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.944032' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.945551' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.946918' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.948357' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (2.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.3ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.988166' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.990009' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.994532' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:36.998691' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:36 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.000103' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.005033' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.006444' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.007775' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.009129' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.013916' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.015292' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.016736' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.018082' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.027822' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.029283' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.033420' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.038052' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.039432' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.044243' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.045692' WHERE "manageable_content_pages"."id" = 3 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.049105' WHERE "manageable_content_pages"."id" = 3 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.051906' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.057668' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.059056' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.060590' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.061975' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.2ms) 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 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.2ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.068939' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.070532' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.074435' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.078646' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.080053' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.084894' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.086545' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.087894' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.089309' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.094020' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.095386' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.096800' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.098123' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.107843' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.109324' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.113439' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.118138' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.119510' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.124155' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.125617' WHERE "manageable_content_pages"."id" = 3 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.128436' WHERE "manageable_content_pages"."id" = 3 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.131228' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.137241' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.138639' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.139935' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.141370' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.5ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.147176' WHERE "manageable_content_pages"."id" = 5 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.149605' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.154322' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.158527' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.160164' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (2.3ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.196512' WHERE "manageable_content_pages"."id" = 7 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.198407' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.199920' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.201325' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.206402' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.207836' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.209232' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.210601' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + ManageableContent::Page Load (0.1ms) 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 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.218371' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.219821' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.223987' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.229706' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.231139' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.3ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.236275' WHERE "manageable_content_pages"."id" = 3 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.239660' WHERE "manageable_content_pages"."id" = 3 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.242040' WHERE "manageable_content_pages"."id" = 3 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.244438' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.250199' WHERE "manageable_content_pages"."id" = 4 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.2ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.252746' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.254453' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.256112' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.260672' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.262117' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.266179' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.270292' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.271652' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.276264' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.277716' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.279029' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.280317' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.285011' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.286397' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.287825' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.289203' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "page-key"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IN ('application', 'contact', 'home') +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.304933' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.306423' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.310701' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.315839' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.317296' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.3ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.324252' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.325717' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.327321' WHERE "manageable_content_pages"."id" = 3 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.329839' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.6ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.336863' WHERE "manageable_content_pages"."id" = 4 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.338815' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.340317' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.341692' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.346283' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.347735' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.351743' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.355717' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.357409' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.362472' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.364005' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.365445' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.366824' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.371659' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.373156' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.374510' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.375829' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "page-key"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 1 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_contact], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.382698' WHERE "manageable_content_pages"."id" = 1 + SQL (40.6ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_copyright], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (2.7ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.427965' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'en' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :blog_title], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.433276' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'en' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 1], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.437551' WHERE "manageable_content_pages"."id" = 1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 1 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.438979' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'en' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 3 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 3], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.443916' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.445386' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.446714' WHERE "manageable_content_pages"."id" = 3 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 3 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.448075' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'en' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY short DESC, key ASC + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 4], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.453057' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.454446' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.455769' WHERE "manageable_content_pages"."id" = 4 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 4 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.457137' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [footer_contact,footer_copyright] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 5 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_contact], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.461435' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :footer_copyright], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.462933' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'blog', + locale 'pt' and keys [blog_title] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 6 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.466880' WHERE "manageable_content_pages"."id" = 6 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'application', + locale 'pt' and keys [title,keywords] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 5], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.470920' WHERE "manageable_content_pages"."id" = 5 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 5], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 5 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.472396' WHERE "manageable_content_pages"."id" = 5 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'contact', + locale 'pt' and keys [title,keywords,body,message] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 7 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 7], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.477080' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.478493' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.479822' WHERE "manageable_content_pages"."id" = 7 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 7 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.481200' WHERE "manageable_content_pages"."id" = 7 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Generating ManageableContent::Page for key 'home', + locale 'pt' and keys [title,keywords,body,side] +  (0.0ms) SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::PageContent Load (0.1ms) SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 8 ORDER BY short DESC, key ASC + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :title], ["page_id", 8], ["short", true], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.486121' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.487514' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.488910' WHERE "manageable_content_pages"."id" = 8 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", nil], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + ManageableContent::Page Load (0.1ms) SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 8 LIMIT 1 + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.490222' WHERE "manageable_content_pages"."id" = 8 +  (0.0ms) RELEASE SAVEPOINT active_record_1 + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.5ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.2ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) + ManageableContent::Page Load (0.1ms) 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 + SQL (0.1ms) 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) +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.506501' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.507965' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.510163' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.513046' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.514949' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.517300' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.518610' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.529219' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.531334' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.534049' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.537374' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.539451' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.542095' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.543434' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.549621' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.551031' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.553200' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.555394' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.556707' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.558905' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.560168' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.567478' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.570022' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.572522' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.574825' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.576136' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.578366' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.579661' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.3ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.588718' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.590166' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.592434' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.595431' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.597533' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.600413' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.601914' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.2ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.609711' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.612301' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.615268' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.617678' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.618991' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.621235' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.622502' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.630836' WHERE "manageable_content_pages"."id" = 1 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.632953' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.635296' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.637581' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.638907' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.641153' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.642456' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.4ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.651592' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.653090' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.655337' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.659148' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.661570' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.664419' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.665798' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.3ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.674880' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.676390' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.678949' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.681243' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.682510' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.684679' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.686285' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.695332' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.696925' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.699133' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.701361' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (44.8ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (3.6ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.747559' WHERE "manageable_content_pages"."id" = 3 +  (0.1ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.754314' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.0ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.755717' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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' +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_copyright content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_copyright"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.761805' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The footer_contact content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "footer_contact"], ["page_id", 1], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.763371' WHERE "manageable_content_pages"."id" = 1 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The blog_title content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog_title"], ["page_id", 2], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.765634' WHERE "manageable_content_pages"."id" = 2 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.767835' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The side content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "side"], ["page_id", 3], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.769156' WHERE "manageable_content_pages"."id" = 3 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The body content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "body"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.772513' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "The message content"], ["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "message"], ["page_id", 4], ["short", false], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] + SQL (0.1ms) UPDATE "manageable_content_pages" SET "updated_at" = '2012-01-10 17:33:37.774002' WHERE "manageable_content_pages"."id" = 4 +  (0.0ms) RELEASE SAVEPOINT active_record_1 +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.1ms) INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Tue, 10 Jan 2012 17:33:37 UTC +00:00]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 + SQL (0.2ms) 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'