(0.1ms) select sqlite_version(*)  (124.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (87.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePageEngine (20110814185929)  (0.6ms) CREATE TABLE "pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "meta_description" text, "meta_keywords" text, "status" varchar(255), "publish_from" datetime, "publish_to" datetime, "created_by" integer, "permalink" varchar(255), "url" varchar(255), "display_in_menu" boolean DEFAULT 't', "display_in_sitemap" boolean DEFAULT 't', "menu_css_class" varchar(255), "no_link" boolean DEFAULT 'f', "controller" varchar(255), "action" varchar(255), "layout" varchar(255), "js" text, "css" text, "parent_id" integer, "lft" integer, "rgt" integer, "authorable_type" varchar(255), "authorable_id" integer, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE TABLE "page_parts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "page_id" integer, "filter" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE TABLE "pages_roles" ("page_id" integer, "role_id" integer)  (0.2ms) CREATE TABLE "page_snippets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "filter" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE TABLE "page_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "required_role_id" integer, "excluded_role_id" integer)  (0.0ms) PRAGMA index_list("pages")  (0.1ms) CREATE INDEX "index_pages_on_permalink" ON "pages" ("permalink")  (0.0ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_info('index_pages_on_permalink')  (0.1ms) CREATE INDEX "index_pages_on_controller_and_action" ON "pages" ("controller", "action")  (0.1ms) PRAGMA index_list("pages")  (0.1ms) PRAGMA index_info('index_pages_on_controller_and_action')  (0.1ms) PRAGMA index_info('index_pages_on_permalink')  (0.2ms) CREATE INDEX "index_pages_on_url" ON "pages" ("url")  (0.0ms) PRAGMA index_list("page_snippets")  (0.2ms) CREATE INDEX "index_page_snippets_on_name" ON "page_snippets" ("name")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110814185929')  (0.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("page_parts")  (0.0ms) PRAGMA index_list("page_roles")  (0.0ms) PRAGMA index_list("page_snippets")  (0.0ms) PRAGMA index_info('index_page_snippets_on_name')  (0.1ms) PRAGMA index_list("pages")  (0.0ms) PRAGMA index_info('index_pages_on_url')  (0.0ms) PRAGMA index_info('index_pages_on_controller_and_action')  (0.0ms) PRAGMA index_info('index_pages_on_permalink')  (0.0ms) PRAGMA index_list("pages_roles")  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (6.2ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:55:04 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:55:04 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.8ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:55:04 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:55:04 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT 1 FROM "pages" WHERE ("pages"."permalink" = 'a-topic' AND "pages"."id" != 1) LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.8ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:55:04 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:55:04 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE ("pages"."permalink" = 'a-topic' AND "pages"."id" != 1) LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.8ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:55:04 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:55:04 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (6.1ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:56:47 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:56:47 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.7ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:56:47 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:56:47 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE ("pages"."permalink" = 'a-topic' AND "pages"."id" != 1) LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.7ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:56:47 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:56:47 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE ("pages"."permalink" = 'a-topic' AND "pages"."id" != 1) LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.9ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:56:47 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:56:47 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (6.0ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:59:41 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:59:41 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.7ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:59:41 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:59:41 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (1.8ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:59:41 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:59:41 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE ("pages"."permalink" = 'a-topic' AND "pages"."id" != 1) LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (1.8ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:59:41 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:59:41 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE ("pages"."permalink" = 'a-topic' AND "pages"."id" != 1) LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (1.7ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 22:59:41 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 22:59:41 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (6.1ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 23:01:58 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 23:01:58 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.7ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 23:01:58 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 23:01:58 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages"  SQL (1.7ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 23:01:58 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 23:01:58 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.8ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 23:01:58 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 23:01:58 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "pages" WHERE ("pages"."permalink" = 'a-topic' AND "pages"."id" != 1) LIMIT 1  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.8ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 23:01:58 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 23:01:58 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT 1 FROM "pages" WHERE ("pages"."permalink" = 'a-topic' AND "pages"."id" != 1) LIMIT 1  (0.2ms) SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1  (0.1ms) SELECT MAX("pages"."rgt") AS max_id FROM "pages" SQL (1.8ms) INSERT INTO "pages" ("action", "authorable_id", "authorable_type", "controller", "created_at", "created_by", "css", "display_in_menu", "display_in_sitemap", "js", "layout", "lft", "menu_css_class", "meta_description", "meta_keywords", "no_link", "parent_id", "permalink", "publish_from", "publish_to", "rgt", "status", "title", "updated_at", "url") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["action", nil], ["authorable_id", nil], ["authorable_type", nil], ["controller", nil], ["created_at", Tue, 23 Aug 2011 23:01:58 UTC +00:00], ["created_by", nil], ["css", nil], ["display_in_menu", true], ["display_in_sitemap", true], ["js", nil], ["layout", nil], ["lft", 1], ["menu_css_class", "a-topic"], ["meta_description", nil], ["meta_keywords", nil], ["no_link", false], ["parent_id", nil], ["permalink", "a-topic"], ["publish_from", nil], ["publish_to", nil], ["rgt", 2], ["status", nil], ["title", "A topic"], ["updated_at", Tue, 23 Aug 2011 23:01:58 UTC +00:00], ["url", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT 1 FROM "pages" WHERE "pages"."permalink" = 'a-topic' LIMIT 1