Started GET "/home" for 127.0.0.1 at 2011-08-13 15:53:17 -0700
  Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (2.7ms)
Completed 200 OK in 66ms (Views: 65.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-13 15:53:17 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-13 15:53:17 -0700
Compiled ~/dev/manageable_content/spec/dummy/app/assets/stylesheets/application.css  (0ms)  (pid 7176)
Compiled ~/dev/manageable_content/spec/dummy/app/assets/stylesheets/application.css  (0ms)  (pid 7176)
Served asset /application.css - 200 OK (10ms)


Started GET "/home" for 127.0.0.1 at 2011-08-13 15:53:32 -0700
  Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-13 15:53:32 -0700
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-13 15:53:32 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error

   (0.1ms)  select sqlite_version(*)
   (134.0ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (92.7ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.8ms)  CREATE TABLE "manageable_content_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "locale" varchar(255), "created_at" datetime, "updated_at" datetime) 
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814002730')
   (0.5ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  select sqlite_version(*)
   (195.8ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (107.0ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.5ms)  CREATE TABLE "manageable_content_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "locale" varchar(255), "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.3ms)  CREATE UNIQUE INDEX "index_manageable_content_pages_on_key_and_locale" ON "manageable_content_pages" ("key", "locale")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814002730')
   (0.3ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.1ms)  select sqlite_version(*)
   (135.6ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (100.0ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.8ms)  CREATE TABLE "manageable_content_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "locale" varchar(255), "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.5ms)  CREATE UNIQUE INDEX "index_manageable_content_pages_on_key_and_locale" ON "manageable_content_pages" ("key", "locale")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814002730')
Migrating to CreateManageableContentPageContents (20110814003912)
   (0.5ms)  CREATE TABLE "manageable_content_page_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "key" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.3ms)  CREATE UNIQUE INDEX "index_manageable_content_page_contents_on_page_id_and_key" ON "manageable_content_page_contents" ("page_id", "key")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814003912')
   (0.3ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.0ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
DEPRECATION WARNING: Accessing paths using dot style as in `config.paths.app.controller` is deprecated. Please use `config.paths["app/controller"]` style instead. (called from irb_binding at (irb):13)
DEPRECATION WARNING: Accessing paths using dot style as in `config.paths.app.controller` is deprecated. Please use `config.paths["app/controller"]` style instead. (called from irb_binding at (irb):25)
   (0.1ms)  select sqlite_version(*)
   (132.8ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (112.3ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.5ms)  CREATE TABLE "manageable_content_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "locale" varchar(255), "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.3ms)  CREATE UNIQUE INDEX "index_manageable_content_pages_on_key_and_locale" ON "manageable_content_pages" ("key", "locale")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814002730')
Migrating to CreateManageableContentPageContents (20110814003912)
   (0.6ms)  CREATE TABLE "manageable_content_page_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "key" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.5ms)  CREATE UNIQUE INDEX "index_manageable_content_page_contents_on_page_id_and_key" ON "manageable_content_page_contents" ("page_id", "key")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814003912')
   (0.4ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
Generating ManageableContent::Page for key 'application', locale 'en' and keys [title,keywords]
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (2.5ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Mon, 15 Aug 2011 17:53:49 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Mon, 15 Aug 2011 17:53:49 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" = 1
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:49 UTC +00:00], ["key", :title], ["page_id", 1], ["updated_at", Mon, 15 Aug 2011 17:53:49 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" = '2011-08-15 17:53:49.657615' WHERE "manageable_content_pages"."id" = 1
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:49 UTC +00:00], ["key", :keywords], ["page_id", 1], ["updated_at", Mon, 15 Aug 2011 17:53:49 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" = '2011-08-15 17:53:49.661548' WHERE "manageable_content_pages"."id" = 1
Generating ManageableContent::Page for key '', locale 'en' and keys [footer_copyright,footer_contact]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IS NULL AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.8ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Mon, 15 Aug 2011 17:53:49 UTC +00:00], ["key", nil], ["locale", :en], ["updated_at", Mon, 15 Aug 2011 17:53:49 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" = 2
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:49 UTC +00:00], ["key", :footer_copyright], ["page_id", 2], ["updated_at", Mon, 15 Aug 2011 17:53:49 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
  SQL (0.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-15 17:53:49.783564' WHERE "manageable_content_pages"."id" = 2
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:49 UTC +00:00], ["key", :footer_contact], ["page_id", 2], ["updated_at", Mon, 15 Aug 2011 17:53:49 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" = '2011-08-15 17:53:49.788133' WHERE "manageable_content_pages"."id" = 2
Generating ManageableContent::Page for key 'home', locale 'en' and keys [title,keywords,body,side]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.7ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Mon, 15 Aug 2011 17:53:49 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Mon, 15 Aug 2011 17:53:49 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" = 3
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:49 UTC +00:00], ["key", :title], ["page_id", 3], ["updated_at", Mon, 15 Aug 2011 17:53:49 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.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-15 17:53:49.894542' WHERE "manageable_content_pages"."id" = 3
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:49 UTC +00:00], ["key", :keywords], ["page_id", 3], ["updated_at", Mon, 15 Aug 2011 17:53:49 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" = '2011-08-15 17:53:49.898558' WHERE "manageable_content_pages"."id" = 3
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:49 UTC +00:00], ["key", :body], ["page_id", 3], ["updated_at", Mon, 15 Aug 2011 17:53:49 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" = '2011-08-15 17:53:49.901947' WHERE "manageable_content_pages"."id" = 3
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:49 UTC +00:00], ["key", :side], ["page_id", 3], ["updated_at", Mon, 15 Aug 2011 17:53:49 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.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-15 17:53:49.905248' WHERE "manageable_content_pages"."id" = 3
Generating ManageableContent::Page for key '', locale 'en' and keys [footer_copyright,footer_contact]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IS NULL AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (2)
Generating ManageableContent::Page for key 'blog', locale 'en' and keys [title,keywords]
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.4ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Mon, 15 Aug 2011 17:53:50 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Mon, 15 Aug 2011 17:53:50 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
  SQL (0.5ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:50 UTC +00:00], ["key", :title], ["page_id", 4], ["updated_at", Mon, 15 Aug 2011 17:53:50 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" = '2011-08-15 17:53:50.013635' WHERE "manageable_content_pages"."id" = 4
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:50 UTC +00:00], ["key", :keywords], ["page_id", 4], ["updated_at", Mon, 15 Aug 2011 17:53:50 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" = '2011-08-15 17:53:50.017092' WHERE "manageable_content_pages"."id" = 4
Generating ManageableContent::Page for key '', locale 'en' and keys [footer_copyright,footer_contact]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IS NULL AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (2)
Generating ManageableContent::Page for key 'contact', locale 'en' and keys [title,keywords,body,message]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.6ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Mon, 15 Aug 2011 17:53:50 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Mon, 15 Aug 2011 17:53:50 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
  SQL (31.8ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:50 UTC +00:00], ["key", :title], ["page_id", 5], ["updated_at", Mon, 15 Aug 2011 17:53:50 UTC +00:00]]
  ManageableContent::Page Load (0.6ms)  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" = '2011-08-15 17:53:50.162902' WHERE "manageable_content_pages"."id" = 5
  SQL (0.5ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:50 UTC +00:00], ["key", :keywords], ["page_id", 5], ["updated_at", Mon, 15 Aug 2011 17:53:50 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" = '2011-08-15 17:53:50.166953' WHERE "manageable_content_pages"."id" = 5
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:50 UTC +00:00], ["key", :body], ["page_id", 5], ["updated_at", Mon, 15 Aug 2011 17:53:50 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" = '2011-08-15 17:53:50.171466' WHERE "manageable_content_pages"."id" = 5
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 17:53:50 UTC +00:00], ["key", :message], ["page_id", 5], ["updated_at", Mon, 15 Aug 2011 17:53:50 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" = '2011-08-15 17:53:50.175032' WHERE "manageable_content_pages"."id" = 5
Generating ManageableContent::Page for key '', locale 'en' and keys [footer_copyright,footer_contact]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IS NULL AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.4ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (2)
   (0.1ms)  select sqlite_version(*)
   (143.2ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (110.5ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.8ms)  CREATE TABLE "manageable_content_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "locale" varchar(255), "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.6ms)  CREATE UNIQUE INDEX "index_manageable_content_pages_on_key_and_locale" ON "manageable_content_pages" ("key", "locale")
   (0.3ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814002730')
Migrating to CreateManageableContentPageContents (20110814003912)
   (0.4ms)  CREATE TABLE "manageable_content_page_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "key" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.3ms)  CREATE UNIQUE INDEX "index_manageable_content_page_contents_on_page_id_and_key" ON "manageable_content_page_contents" ("page_id", "key")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814003912')
   (0.3ms)  select sqlite_version(*)
   (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (2.6ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = 1
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :title], ["page_id", 1], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = '2011-08-15 20:37:45.322934' WHERE "manageable_content_pages"."id" = 1
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :keywords], ["page_id", 1], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = '2011-08-15 20:37:45.327066' WHERE "manageable_content_pages"."id" = 1
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :body], ["page_id", 1], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = '2011-08-15 20:37:45.330439' WHERE "manageable_content_pages"."id" = 1
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :side], ["page_id", 1], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = '2011-08-15 20:37:45.333836' WHERE "manageable_content_pages"."id" = 1
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IS NULL AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.8ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", nil], ["locale", :en], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = 2
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :footer_copyright], ["page_id", 2], ["updated_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
  SQL (0.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-15 20:37:45.491668' WHERE "manageable_content_pages"."id" = 2
  SQL (0.6ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :footer_contact], ["page_id", 2], ["updated_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  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" = '2011-08-15 20:37:45.496770' WHERE "manageable_content_pages"."id" = 2
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.6ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = 3
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :title], ["page_id", 3], ["updated_at", Mon, 15 Aug 2011 20:37:45 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.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-15 20:37:45.624916' WHERE "manageable_content_pages"."id" = 3
  SQL (0.5ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :keywords], ["page_id", 3], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = '2011-08-15 20:37:45.629233' WHERE "manageable_content_pages"."id" = 3
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IS NULL AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (2)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.4ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Mon, 15 Aug 2011 20:37:45 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
  SQL (0.6ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :title], ["page_id", 4], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = '2011-08-15 20:37:45.736732' WHERE "manageable_content_pages"."id" = 4
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :keywords], ["page_id", 4], ["updated_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00]]
  ManageableContent::Page Load (1.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" = '2011-08-15 20:37:45.777904' WHERE "manageable_content_pages"."id" = 4
  SQL (0.5ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :body], ["page_id", 4], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = '2011-08-15 20:37:45.781882' WHERE "manageable_content_pages"."id" = 4
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :message], ["page_id", 4], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = '2011-08-15 20:37:45.785419' WHERE "manageable_content_pages"."id" = 4
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IS NULL AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.2ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (2)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'blogs/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.6ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", "blogs/home"], ["locale", :en], ["updated_at", Mon, 15 Aug 2011 20:37:45 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
  SQL (0.8ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :title], ["page_id", 5], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = '2011-08-15 20:37:45.895695' WHERE "manageable_content_pages"."id" = 5
  SQL (0.6ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Mon, 15 Aug 2011 20:37:45 UTC +00:00], ["key", :keywords], ["page_id", 5], ["updated_at", Mon, 15 Aug 2011 20:37:45 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" = '2011-08-15 20:37:45.900078' WHERE "manageable_content_pages"."id" = 5
  ManageableContent::Page Load (0.4ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IS NULL AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (2)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.2ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (1)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IS NULL AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.2ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (2)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.2ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (3)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IS NULL AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.2ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (2)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.2ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (4)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IS NULL AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.2ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (2)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'blogs/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.2ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (5)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IS NULL AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (2)


Started GET "/admin" for 127.0.0.1 at 2011-08-15 15:13:32 -0700

NoMethodError (undefined method `action' for Admin::HomeController:Class):
  

Rendered /home/fabio/.rvm/gems/ruby-1.9.2-head@manageable-content/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
Rendered /home/fabio/.rvm/gems/ruby-1.9.2-head@manageable-content/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.3ms)
Rendered /home/fabio/.rvm/gems/ruby-1.9.2-head@manageable-content/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (42.6ms)


Started GET "/blog" for 127.0.0.1 at 2011-08-15 15:13:38 -0700

ActionController::RoutingError (uninitialized constant Blog):
  

Rendered /home/fabio/.rvm/gems/ruby-1.9.2-head@manageable-content/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)


Started GET "/blogs" for 127.0.0.1 at 2011-08-15 15:13:50 -0700

ActionController::RoutingError (No route matches [GET] "/blogs"):
  

Rendered /home/fabio/.rvm/gems/ruby-1.9.2-head@manageable-content/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)


Started GET "/blog" for 127.0.0.1 at 2011-08-15 15:14:00 -0700
  Processing by Blogs::HomeController#index as HTML
Completed 500 Internal Server Error in 36ms

ActionView::MissingTemplate (Missing template blogs/home/index, application/index with {:handlers=>[:erb, :builder], :formats=>[:html], :locale=>[:en, :en]}. Searched in:
  * "/home/fabio/dev/manageable_content/spec/dummy/app/views"
):
  

Rendered /home/fabio/.rvm/gems/ruby-1.9.2-head@manageable-content/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)


Started GET "/blog" for 127.0.0.1 at 2011-08-15 15:14:18 -0700
  Processing by Blogs::HomeController#index as HTML
Rendered blogs/home/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-15 15:14:18 -0700
Compiled ~/dev/manageable_content/spec/dummy/app/assets/stylesheets/application.css  (0ms)  (pid 8548)
Served asset /application.css - 304 Not Modified (23ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-15 15:14:18 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/blog" for 127.0.0.1 at 2011-08-15 15:14:33 -0700
  Processing by Blogs::HomeController#index as HTML
Rendered blogs/home/index.html.erb within layouts/application (0.4ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-15 15:14:33 -0700
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-15 15:14:33 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-16 12:07:57 -0700
  Processing by HomeController#index as HTML
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (1)
Rendered home/index.html.erb within layouts/application (209.7ms)
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (3)
Completed 200 OK in 268ms (Views: 264.3ms | ActiveRecord: 2.8ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:07:58 -0700
Served asset /application.css - 304 Not Modified (3ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:07:58 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/blog" for 127.0.0.1 at 2011-08-16 12:08:03 -0700
  Processing by Blog::HomeController#index as HTML
Rendered blog/home/index.html.erb within layouts/application (0.4ms)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (3)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  CACHE (0.0ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
Completed 200 OK in 111ms (Views: 109.0ms | ActiveRecord: 1.9ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:08:03 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:08:03 -0700
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/home" for 127.0.0.1 at 2011-08-16 12:16:36 -0700
  Processing by HomeController#index as HTML
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (1)
Rendered home/index.html.erb within layouts/application (194.0ms)
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.2ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" IN (3)
Completed 200 OK in 249ms (Views: 246.1ms | ActiveRecord: 2.8ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:16:36 -0700
Served asset /application.css - 304 Not Modified (3ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:16:36 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-16 12:18:57 -0700
  Processing by HomeController#index as HTML
  ManageableContent::Page Load (0.5ms)  SELECT DISTINCT "manageable_content_pages".id FROM "manageable_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.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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (1)
Rendered home/index.html.erb within layouts/application (178.2ms)
  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" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Completed 200 OK in 194ms (Views: 189.8ms | ActiveRecord: 3.3ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:18:57 -0700
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:18:57 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-16 12:25:04 -0700
  Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (70.5ms)
Completed 200 OK in 79ms (Views: 78.3ms | ActiveRecord: 0.5ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:25:04 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:25:04 -0700
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/home" for 127.0.0.1 at 2011-08-16 12:28:10 -0700
  Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (72.9ms)
Completed 200 OK in 81ms (Views: 80.1ms | ActiveRecord: 0.5ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:28:10 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:28:10 -0700
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/home" for 127.0.0.1 at 2011-08-16 12:28:24 -0700
  Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (30.9ms)
Completed 200 OK in 39ms (Views: 38.2ms | ActiveRecord: 0.5ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:28:24 -0700
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:28:24 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-16 12:29:09 -0700
  Processing by HomeController#index as HTML
Rendered home/index.html.erb within layouts/application (49.1ms)
Completed 200 OK in 61ms (Views: 59.2ms | ActiveRecord: 0.5ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:29:09 -0700
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:29:09 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-16 12:29:27 -0700
  Processing by HomeController#index as HTML
  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (255.6ms)
Completed 200 OK in 278ms (Views: 275.6ms | ActiveRecord: 2.1ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:29:27 -0700
Served asset /application.css - 304 Not Modified (7ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:29:27 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-16 12:29:38 -0700
  Processing by HomeController#index as HTML
  SQL (3.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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (111.6ms)
Completed 200 OK in 126ms (Views: 120.9ms | ActiveRecord: 4.4ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:29:39 -0700
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:29:39 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-16 12:29:52 -0700
  Processing by HomeController#index as HTML
  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" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en' ORDER BY "manageable_content_pages"."id" DESC LIMIT 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (3) ORDER BY "manageable_content_pages"."id" DESC
Rendered home/index.html.erb within layouts/application (239.9ms)
  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" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (1)
Completed 200 OK in 268ms (Views: 264.5ms | ActiveRecord: 2.9ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:29:53 -0700
Served asset /application.css - 304 Not Modified (6ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:29:53 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-16 12:30:16 -0700
  Processing by HomeController#index as HTML
  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (244.1ms)
Completed 200 OK in 265ms (Views: 262.4ms | ActiveRecord: 2.0ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:30:17 -0700
Served asset /application.css - 304 Not Modified (7ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:30:17 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-16 12:30:30 -0700
  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (58.5ms)
Completed 200 OK in 66ms (Views: 64.0ms | ActiveRecord: 1.7ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:30:30 -0700
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:30:30 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-16 12:31:17 -0700
  Processing by HomeController#index as HTML
  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (234.2ms)
Completed 200 OK in 259ms (Views: 256.0ms | ActiveRecord: 2.1ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:31:17 -0700
Served asset /application.css - 304 Not Modified (6ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:31:17 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-16 12:33:51 -0700
  Processing by HomeController#index as HTML
  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" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en' LIMIT 2
  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (1, 3)
Rendered home/index.html.erb within layouts/application (245.0ms)
Completed 200 OK in 266ms (Views: 263.5ms | ActiveRecord: 2.2ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:33:51 -0700
Served asset /application.css - 304 Not Modified (3ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:33:51 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-16 12:34:27 -0700
  Processing by HomeController#index as HTML
  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (233.2ms)
Completed 200 OK in 253ms (Views: 250.2ms | ActiveRecord: 2.0ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-16 12:34:27 -0700
Served asset /application.css - 304 Not Modified (4ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-16 12:34:27 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error

Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
  SQL (3.5ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :footer_copyright], ["page_id", 3], ["updated_at", Wed, 17 Aug 2011 17:50:31 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.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:31.286329' WHERE "manageable_content_pages"."id" = 3
  SQL (0.5ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :footer_contact], ["page_id", 3], ["updated_at", Wed, 17 Aug 2011 17:50:31 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" = '2011-08-17 17:50:31.290396' WHERE "manageable_content_pages"."id" = 3
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords,blog_title]
  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" = 'blog/application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.7ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", "blog/application"], ["locale", :en], ["updated_at", Wed, 17 Aug 2011 17:50:31 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
  SQL (0.8ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :title], ["page_id", 6], ["updated_at", Wed, 17 Aug 2011 17:50:31 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.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:31.471466' WHERE "manageable_content_pages"."id" = 6
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :keywords], ["page_id", 6], ["updated_at", Wed, 17 Aug 2011 17:50:31 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" = '2011-08-17 17:50:31.477070' WHERE "manageable_content_pages"."id" = 6
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :blog_title], ["page_id", 6], ["updated_at", Wed, 17 Aug 2011 17:50:31 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" = '2011-08-17 17:50:31.480584' WHERE "manageable_content_pages"."id" = 6
Generating ManageableContent::Page for key 'blog/home', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.4ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", "blog/home"], ["locale", :en], ["updated_at", Wed, 17 Aug 2011 17:50:31 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" = 7
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :title], ["page_id", 7], ["updated_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  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" = '2011-08-17 17:50:31.625337' WHERE "manageable_content_pages"."id" = 7
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :keywords], ["page_id", 7], ["updated_at", Wed, 17 Aug 2011 17:50:31 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" = '2011-08-17 17:50:31.629143' WHERE "manageable_content_pages"."id" = 7
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/application' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'home', 
          locale 'en' and keys [title,keywords,body,side]
  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" = 'home' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (1)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords]
  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" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'contact', 
          locale 'en' and keys [title,keywords,body,message]
  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.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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (4)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords,footer_copyright,footer_contact]
  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.4ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Wed, 17 Aug 2011 17:50:31 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
  SQL (0.5ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :title], ["page_id", 8], ["updated_at", Wed, 17 Aug 2011 17:50:31 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" = '2011-08-17 17:50:31.796585' WHERE "manageable_content_pages"."id" = 8
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :keywords], ["page_id", 8], ["updated_at", Wed, 17 Aug 2011 17:50:31 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" = '2011-08-17 17:50:31.800060' WHERE "manageable_content_pages"."id" = 8
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :footer_copyright], ["page_id", 8], ["updated_at", Wed, 17 Aug 2011 17:50:31 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" = '2011-08-17 17:50:31.803608' WHERE "manageable_content_pages"."id" = 8
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :footer_contact], ["page_id", 8], ["updated_at", Wed, 17 Aug 2011 17:50:31 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" = '2011-08-17 17:50:31.807062' WHERE "manageable_content_pages"."id" = 8
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords,blog_title]
  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" = 'blog/application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
  SQL (0.6ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", "blog/application"], ["locale", :pt], ["updated_at", Wed, 17 Aug 2011 17:50:31 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" = 9
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :title], ["page_id", 9], ["updated_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 9 LIMIT 1
  SQL (0.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:31.924983' WHERE "manageable_content_pages"."id" = 9
  SQL (0.6ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :keywords], ["page_id", 9], ["updated_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 9 LIMIT 1
  SQL (0.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:31.930231' WHERE "manageable_content_pages"."id" = 9
  SQL (32.9ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00], ["key", :blog_title], ["page_id", 9], ["updated_at", Wed, 17 Aug 2011 17:50:31 UTC +00:00]]
  ManageableContent::Page Load (0.4ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 9 LIMIT 1
  SQL (0.1ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:31.967928' WHERE "manageable_content_pages"."id" = 9
Generating ManageableContent::Page for key 'blog/home', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
  SQL (0.7ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", "blog/home"], ["locale", :pt], ["updated_at", Wed, 17 Aug 2011 17:50:32 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" = 10
  SQL (0.8ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", :title], ["page_id", 10], ["updated_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 10 LIMIT 1
  SQL (0.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:32.103933' WHERE "manageable_content_pages"."id" = 10
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", :keywords], ["page_id", 10], ["updated_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00]]
  ManageableContent::Page Load (0.1ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 10 LIMIT 1
  SQL (0.1ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:32.108211' WHERE "manageable_content_pages"."id" = 10
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'home', 
          locale 'pt' and keys [title,keywords,body,side]
  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" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
  SQL (0.6ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Wed, 17 Aug 2011 17:50:32 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" = 11
  SQL (0.8ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", :title], ["page_id", 11], ["updated_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 11 LIMIT 1
  SQL (0.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:32.245051' WHERE "manageable_content_pages"."id" = 11
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", :keywords], ["page_id", 11], ["updated_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00]]
  ManageableContent::Page Load (0.6ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 11 LIMIT 1
  SQL (0.1ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:32.249644' WHERE "manageable_content_pages"."id" = 11
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", :body], ["page_id", 11], ["updated_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00]]
  ManageableContent::Page Load (0.1ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 11 LIMIT 1
  SQL (0.1ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:32.253299' WHERE "manageable_content_pages"."id" = 11
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", :side], ["page_id", 11], ["updated_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 11 LIMIT 1
  SQL (0.1ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:32.256867' WHERE "manageable_content_pages"."id" = 11
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords]
  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" = 'application' AND "manageable_content_pages"."locale" = 'pt' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'contact', 
          locale 'pt' and keys [title,keywords,body,message]
  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" = 'pt' LIMIT 1
  SQL (0.7ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Wed, 17 Aug 2011 17:50:32 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" = 12
  SQL (0.6ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", :title], ["page_id", 12], ["updated_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00]]
  ManageableContent::Page Load (0.1ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 12 LIMIT 1
  SQL (0.1ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:32.377939' WHERE "manageable_content_pages"."id" = 12
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", :keywords], ["page_id", 12], ["updated_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00]]
  ManageableContent::Page Load (0.1ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 12 LIMIT 1
  SQL (0.1ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:32.381356' WHERE "manageable_content_pages"."id" = 12
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", :body], ["page_id", 12], ["updated_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00]]
  ManageableContent::Page Load (0.1ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 12 LIMIT 1
  SQL (0.1ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:32.384764' WHERE "manageable_content_pages"."id" = 12
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "updated_at") VALUES (?, ?, ?, ?, ?)  [["content", nil], ["created_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00], ["key", :message], ["page_id", 12], ["updated_at", Wed, 17 Aug 2011 17:50:32 UTC +00:00]]
  ManageableContent::Page Load (0.1ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 12 LIMIT 1
  SQL (0.1ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-17 17:50:32.388284' WHERE "manageable_content_pages"."id" = 12
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords,blog_title]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (7)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'home', 
          locale 'en' and keys [title,keywords,body,side]
  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" = 'home' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (1)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords]
  ManageableContent::Page Load (1.8ms)  SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'contact', 
          locale 'en' and keys [title,keywords,body,message]
  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" = 'contact' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (4)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords,blog_title]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (10)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'home', 
          locale 'pt' and keys [title,keywords,body,side]
  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" = 'home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (11)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'contact', 
          locale 'pt' and keys [title,keywords,body,message]
  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" = 'contact' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (12)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords,blog_title]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (7)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/application' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'home', 
          locale 'en' and keys [title,keywords,body,side]
  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" = 'home' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (1)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords]
  ManageableContent::Page Load (0.8ms)  SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'contact', 
          locale 'en' and keys [title,keywords,body,message]
  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.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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (4)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords,blog_title]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (10)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'home', 
          locale 'pt' and keys [title,keywords,body,side]
  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" = 'home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (11)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'contact', 
          locale 'pt' and keys [title,keywords,body,message]
  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" = 'contact' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (12)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords,blog_title]
  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" = 'blog/application' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (7)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/application' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'home', 
          locale 'en' and keys [title,keywords,body,side]
  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" = 'home' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (1)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'contact', 
          locale 'en' and keys [title,keywords,body,message]
  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.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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (4)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords,blog_title]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (10)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'home', 
          locale 'pt' and keys [title,keywords,body,side]
  ManageableContent::Page Load (1.8ms)  SELECT DISTINCT "manageable_content_pages".id FROM "manageable_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.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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (11)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords]
  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" = '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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'contact', 
          locale 'pt' and keys [title,keywords,body,message]
  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" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (12)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords,footer_copyright,footer_contact]
  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.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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords,blog_title]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (7)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/application' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'home', 
          locale 'en' and keys [title,keywords,body,side]
  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" = 'home' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (1)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords]
  ManageableContent::Page Load (1.7ms)  SELECT DISTINCT "manageable_content_pages".id FROM "manageable_content_pages" INNER JOIN "manageable_content_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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'contact', 
          locale 'en' and keys [title,keywords,body,message]
  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" = 'contact' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (4)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords,blog_title]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (10)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'home', 
          locale 'pt' and keys [title,keywords,body,side]
  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" = 'home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (11)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'contact', 
          locale 'pt' and keys [title,keywords,body,message]
  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" = 'contact' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (12)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords,blog_title]
  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" = 'blog/application' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (7)
Generating ManageableContent::Page for key 'contact', 
          locale 'en' and keys [title,keywords,body,message]
  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" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (1.8ms)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (4)
Generating ManageableContent::Page for key 'home', 
          locale 'en' and keys [title,keywords,body,side]
  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" = 'home' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (1)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords,blog_title]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (10)
Generating ManageableContent::Page for key 'contact', 
          locale 'pt' and keys [title,keywords,body,message]
  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" = 'contact' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (12)
Generating ManageableContent::Page for key 'home', 
          locale 'pt' and keys [title,keywords,body,side]
  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" = 'home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (11)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords,blog_title]
  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" = 'blog/application' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/application' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/home' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (7)
Generating ManageableContent::Page for key 'contact', 
          locale 'en' and keys [title,keywords,body,message]
  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" = 'contact' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (4)
Generating ManageableContent::Page for key 'home', 
          locale 'en' and keys [title,keywords,body,side]
  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" = 'home' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (1)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords,blog_title]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (10)
Generating ManageableContent::Page for key 'contact', 
          locale 'pt' and keys [title,keywords,body,message]
  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" = 'contact' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (12)
Generating ManageableContent::Page for key 'home', 
          locale 'pt' and keys [title,keywords,body,side]
  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" = 'home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (11)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords,footer_copyright,footer_contact]
  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.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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords,blog_title]
  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" = 'blog/application' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (3)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/application' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'en' AND "manageable_content_pages"."id" IN (6)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'en' and keys [title,keywords]
  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" = 'blog/home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (7)
Generating ManageableContent::Page for key 'contact', 
          locale 'en' and keys [title,keywords,body,message]
  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" = 'contact' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (4)
Generating ManageableContent::Page for key 'home', 
          locale 'en' and keys [title,keywords,body,side]
  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" = 'home' AND "manageable_content_pages"."locale" = 'en' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (1)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords,footer_copyright,footer_contact]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords,blog_title]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords]
  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)  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_content_pages" INNER JOIN "manageable_content_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 (8)
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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/application' AND "manageable_content_pages"."locale" = 'pt' AND "manageable_content_pages"."id" IN (9)
Generating ManageableContent::Page for key 'blog/home', 
          locale 'pt' and keys [title,keywords]
  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" = 'blog/home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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' AND "manageable_content_pages"."id" IN (10)
Generating ManageableContent::Page for key 'contact', 
          locale 'pt' and keys [title,keywords,body,message]
  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" = '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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (12)
Generating ManageableContent::Page for key 'home', 
          locale 'pt' and keys [title,keywords,body,side]
  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" = 'home' 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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (11)


Started GET "/" for 127.0.0.1 at 2011-08-17 12:13:38 -0700

ActionController::RoutingError (No route matches [GET] "/"):
  

Rendered /home/fabio/.rvm/gems/ruby-1.9.2-head@manageable-content/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.4ms)


Started GET "/home" for 127.0.0.1 at 2011-08-17 12:13:43 -0700
  Processing by HomeController#index as HTML
  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"."content" AS t1_r3, "manageable_content_page_contents"."created_at" AS t1_r4, "manageable_content_page_contents"."updated_at" AS t1_r5 FROM "manageable_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 (237.9ms)
Completed 200 OK in 246ms (Views: 243.0ms | ActiveRecord: 2.2ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-17 12:13:43 -0700
Compiled ~/dev/manageable_content/spec/dummy/app/assets/stylesheets/application.css  (0ms)  (pid 10993)
Served asset /application.css - 200 OK (29ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-17 12:13:43 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error

   (0.1ms)  select sqlite_version(*)
   (163.7ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (103.9ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.1ms)  select sqlite_version(*)
   (157.1ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (99.0ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.6ms)  CREATE TABLE "manageable_content_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "locale" varchar(255), "active" boolean DEFAULT 't', "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.3ms)  CREATE UNIQUE INDEX "index_manageable_content_pages_on_key_and_locale" ON "manageable_content_pages" ("key", "locale")
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.2ms)  CREATE INDEX "index_manageable_content_pages_on_key_and_locale_and_active" ON "manageable_content_pages" ("key", "locale", "active")
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale_and_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.2ms)  CREATE INDEX "index_manageable_content_pages_on_active" ON "manageable_content_pages" ("active")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814002730')
Migrating to CreateManageableContentPageContents (20110814003912)
   (0.5ms)  CREATE TABLE "manageable_content_page_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "key" varchar(255), "content" text, "active" boolean DEFAULT 't', "order" integer DEFAULT 0, "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.3ms)  CREATE UNIQUE INDEX "index_manageable_content_page_contents_on_page_id_and_key" ON "manageable_content_page_contents" ("page_id", "key")
   (0.1ms)  select sqlite_version(*)
   (135.6ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (95.6ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.5ms)  CREATE TABLE "manageable_content_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "locale" varchar(255), "active" boolean DEFAULT 't', "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.3ms)  CREATE UNIQUE INDEX "index_manageable_content_pages_on_key_and_locale" ON "manageable_content_pages" ("key", "locale")
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.2ms)  CREATE INDEX "index_manageable_content_pages_on_active" ON "manageable_content_pages" ("active")
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.2ms)  CREATE INDEX "indexmanageable_content_pages_search" ON "manageable_content_pages" ("key", "locale", "active")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814002730')
Migrating to CreateManageableContentPageContents (20110814003912)
   (0.5ms)  CREATE TABLE "manageable_content_page_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "key" varchar(255), "content" text, "active" boolean DEFAULT 't', "order" integer DEFAULT 0, "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.2ms)  CREATE INDEX "index_manageable_content_page_contents_on_page_id_and_key" ON "manageable_content_page_contents" ("page_id", "key")
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.2ms)  CREATE INDEX "index_manageable_content_page_contents_on_active" ON "manageable_content_page_contents" ("active")
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.2ms)  CREATE INDEX "index_manageable_content_page_contents_search" ON "manageable_content_page_contents" ("page_id", "key", "active")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814003912')
   (0.4ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_search')
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('indexmanageable_content_pages_search')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.1ms)  select sqlite_version(*)
   (133.2ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (106.4ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.7ms)  CREATE TABLE "manageable_content_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "locale" varchar(255), "active" boolean DEFAULT 't', "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.4ms)  CREATE UNIQUE INDEX "index_manageable_content_pages_on_key_and_locale" ON "manageable_content_pages" ("key", "locale")
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.2ms)  CREATE INDEX "index_manageable_content_pages_on_active" ON "manageable_content_pages" ("active")
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.3ms)  CREATE INDEX "indexmanageable_content_pages_search" ON "manageable_content_pages" ("key", "locale", "active")
   (0.4ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814002730')
Migrating to CreateManageableContentPageContents (20110814003912)
   (0.5ms)  CREATE TABLE "manageable_content_page_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "key" varchar(255), "content" text, "active" boolean DEFAULT 't', "order" integer DEFAULT 0, "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.4ms)  CREATE UNIQUE INDEX "index_manageable_content_page_contents_on_page_id_and_key" ON "manageable_content_page_contents" ("page_id", "key")
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.2ms)  CREATE INDEX "index_manageable_content_page_contents_on_active" ON "manageable_content_page_contents" ("active")
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.2ms)  CREATE INDEX "index_manageable_content_page_contents_search" ON "manageable_content_page_contents" ("page_id", "key", "active")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814003912')
   (0.4ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_search')
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('indexmanageable_content_pages_search')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.1ms)  select sqlite_version(*)
   (166.5ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (119.4ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.5ms)  CREATE TABLE "manageable_content_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "locale" varchar(255), "active" boolean DEFAULT 't', "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.3ms)  CREATE UNIQUE INDEX "index_manageable_content_pages_on_key_and_locale" ON "manageable_content_pages" ("key", "locale")
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.2ms)  CREATE INDEX "index_manageable_content_pages_on_active" ON "manageable_content_pages" ("active")
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.2ms)  CREATE INDEX "indexmanageable_content_pages_search" ON "manageable_content_pages" ("key", "locale", "active")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814002730')
Migrating to CreateManageableContentPageContents (20110814003912)
   (0.5ms)  CREATE TABLE "manageable_content_page_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "key" varchar(255), "type" varchar(255), "content" text, "active" boolean DEFAULT 't', "order" integer DEFAULT 0, "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.5ms)  CREATE UNIQUE INDEX "index_manageable_content_page_contents_on_page_id_and_key" ON "manageable_content_page_contents" ("page_id", "key")
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.3ms)  CREATE INDEX "index_manageable_content_page_contents_on_active" ON "manageable_content_page_contents" ("active")
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.3ms)  CREATE INDEX "index_manageable_content_page_contents_search" ON "manageable_content_page_contents" ("page_id", "key", "active")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814003912')
   (0.4ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_search')
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('indexmanageable_content_pages_search')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.1ms)  select sqlite_version(*)
   (197.8ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (79.1ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.5ms)  CREATE TABLE "manageable_content_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "locale" varchar(255), "active" boolean DEFAULT 't', "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.4ms)  CREATE UNIQUE INDEX "index_manageable_content_pages_on_key_and_locale" ON "manageable_content_pages" ("key", "locale")
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.2ms)  CREATE INDEX "index_manageable_content_pages_on_active" ON "manageable_content_pages" ("active")
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
   (0.3ms)  CREATE INDEX "indexmanageable_content_pages_search" ON "manageable_content_pages" ("key", "locale", "active")
   (0.4ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814002730')
Migrating to CreateManageableContentPageContents (20110814003912)
   (0.5ms)  CREATE TABLE "manageable_content_page_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "key" varchar(255), "content" text, "short" boolean DEFAULT 'f', "active" boolean DEFAULT 't', "order" integer DEFAULT 0, "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.4ms)  CREATE UNIQUE INDEX "index_manageable_content_page_contents_on_page_id_and_key" ON "manageable_content_page_contents" ("page_id", "key")
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.2ms)  CREATE INDEX "index_manageable_content_page_contents_on_active" ON "manageable_content_page_contents" ("active")
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.2ms)  CREATE INDEX "index_manageable_content_page_contents_search" ON "manageable_content_page_contents" ("page_id", "key", "active")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814003912')
   (0.7ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_search')
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('indexmanageable_content_pages_search')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_active')
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords,footer_copyright,footer_contact]
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords,blog_title]
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords]
Generating ManageableContent::Page for key 'blog/application', 
          locale 'en' and keys [title,keywords]
Generating ManageableContent::Page for key 'blog/home', 
          locale 'en' and keys [title,keywords]
Generating ManageableContent::Page for key 'contact', 
          locale 'en' and keys [title,keywords,body,message]
Generating ManageableContent::Page for key 'home', 
          locale 'en' and keys [title,keywords,body,side]
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords,footer_copyright,footer_contact]
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords,blog_title]
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords]
Generating ManageableContent::Page for key 'blog/application', 
          locale 'pt' and keys [title,keywords]
Generating ManageableContent::Page for key 'blog/home', 
          locale 'pt' and keys [title,keywords]
Generating ManageableContent::Page for key 'contact', 
          locale 'pt' and keys [title,keywords,body,message]
Generating ManageableContent::Page for key 'home', 
          locale 'pt' and keys [title,keywords,body,side]
   (0.1ms)  select sqlite_version(*)
   (127.9ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (94.5ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.8ms)  CREATE TABLE "manageable_content_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "locale" varchar(255), "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.5ms)  CREATE UNIQUE INDEX "index_manageable_content_pages_on_key_and_locale" ON "manageable_content_pages" ("key", "locale")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814002730')
Migrating to CreateManageableContentPageContents (20110814003912)
   (0.1ms)  select sqlite_version(*)
   (144.5ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.1ms)  PRAGMA index_list("schema_migrations")
   (101.2ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateManageableContentPages (20110814002730)
   (0.8ms)  CREATE TABLE "manageable_content_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "locale" varchar(255), "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.5ms)  CREATE UNIQUE INDEX "index_manageable_content_pages_on_key_and_locale" ON "manageable_content_pages" ("key", "locale")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814002730')
Migrating to CreateManageableContentPageContents (20110814003912)
   (0.5ms)  CREATE TABLE "manageable_content_page_contents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_id" integer, "key" varchar(255), "content" text, "short" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime) 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.3ms)  CREATE UNIQUE INDEX "index_manageable_content_page_contents_on_page_id_and_key" ON "manageable_content_page_contents" ("page_id", "key")
   (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110814003912')
   (0.3ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.1ms)  PRAGMA index_list("manageable_content_page_contents")
   (0.1ms)  PRAGMA index_info('index_manageable_content_page_contents_on_page_id_and_key')
   (0.1ms)  PRAGMA index_list("manageable_content_pages")
   (0.1ms)  PRAGMA index_info('index_manageable_content_pages_on_key_and_locale')


Started GET "/home" for 127.0.0.1 at 2011-08-17 23:17:50 -0700
  Processing by HomeController#index as HTML
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
Rendered home/index.html.erb within layouts/application (108.7ms)
Completed 200 OK in 158ms (Views: 156.0ms | ActiveRecord: 1.2ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-17 23:17:51 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-17 23:17:51 -0700
Served asset /application.css - 200 OK (4ms)


Started GET "/home" for 127.0.0.1 at 2011-08-17 23:18:11 -0700
  Processing by HomeController#index as HTML
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
Rendered home/index.html.erb within layouts/application (28.2ms)
Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.9ms)
Generating ManageableContent::Page for key 'blog', 
          locale 'en' and keys [blog_title]
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (2.5ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", "blog"], ["locale", :en], ["updated_at", Thu, 18 Aug 2011 06:18:52 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" = 1 ORDER BY key ASC
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :blog_title], ["page_id", 1], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 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.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-18 06:18:52.404813' WHERE "manageable_content_pages"."id" = 1
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [footer_copyright,footer_contact]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.7ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", "application"], ["locale", :en], ["updated_at", Thu, 18 Aug 2011 06:18:52 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" = 2 ORDER BY key ASC
  SQL (0.8ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :footer_copyright], ["page_id", 2], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
  SQL (0.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-18 06:18:52.551307' WHERE "manageable_content_pages"."id" = 2
  SQL (0.6ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :footer_contact], ["page_id", 2], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00]]
  ManageableContent::Page Load (0.3ms)  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" = '2011-08-18 06:18:52.556214' WHERE "manageable_content_pages"."id" = 2
Generating ManageableContent::Page for key 'application', 
          locale 'en' and keys [title,keywords]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  ManageableContent::PageContent Load (0.2ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY key ASC
  SQL (0.9ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :title], ["page_id", 2], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."id" = 2 LIMIT 1
  SQL (0.3ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-18 06:18:52.670959' WHERE "manageable_content_pages"."id" = 2
  SQL (0.6ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :keywords], ["page_id", 2], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00]]
  ManageableContent::Page Load (0.3ms)  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" = '2011-08-18 06:18:52.676110' WHERE "manageable_content_pages"."id" = 2
Generating ManageableContent::Page for key 'contact', 
          locale 'en' and keys [title,keywords,body,message]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.6ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", "contact"], ["locale", :en], ["updated_at", Thu, 18 Aug 2011 06:18:52 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" = 3 ORDER BY key ASC
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :title], ["page_id", 3], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 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" = '2011-08-18 06:18:52.785146' 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", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :keywords], ["page_id", 3], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 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" = '2011-08-18 06:18:52.788796' 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", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :body], ["page_id", 3], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 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" = '2011-08-18 06:18:52.792139' WHERE "manageable_content_pages"."id" = 3
  SQL (0.5ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :message], ["page_id", 3], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 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" = '2011-08-18 06:18:52.795606' WHERE "manageable_content_pages"."id" = 3
Generating ManageableContent::Page for key 'home', 
          locale 'en' and keys [title,keywords,body,side]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'en' LIMIT 1
  SQL (0.7ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", "home"], ["locale", :en], ["updated_at", Thu, 18 Aug 2011 06:18:52 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 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", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :title], ["page_id", 4], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 UTC +00:00]]
  ManageableContent::Page Load (0.6ms)  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" = '2011-08-18 06:18:52.918901' 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", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :keywords], ["page_id", 4], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 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" = '2011-08-18 06:18:52.922572' 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", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :body], ["page_id", 4], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 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" = '2011-08-18 06:18:52.926106' 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", Thu, 18 Aug 2011 06:18:52 UTC +00:00], ["key", :side], ["page_id", 4], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:52 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" = '2011-08-18 06:18:52.929727' WHERE "manageable_content_pages"."id" = 4
Generating ManageableContent::Page for key 'blog', 
          locale 'pt' and keys [blog_title]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'blog' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
  SQL (0.6ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", "blog"], ["locale", :pt], ["updated_at", Thu, 18 Aug 2011 06:18:53 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 key ASC
  SQL (0.8ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :blog_title], ["page_id", 5], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 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.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-18 06:18:53.050168' WHERE "manageable_content_pages"."id" = 5
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [footer_copyright,footer_contact]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
  SQL (0.6ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", "application"], ["locale", :pt], ["updated_at", Thu, 18 Aug 2011 06:18:53 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 key ASC
  SQL (0.8ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :footer_copyright], ["page_id", 6], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 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.2ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-18 06:18:53.162009' WHERE "manageable_content_pages"."id" = 6
  SQL (0.6ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :footer_contact], ["page_id", 6], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 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" = '2011-08-18 06:18:53.166815' WHERE "manageable_content_pages"."id" = 6
Generating ManageableContent::Page for key 'application', 
          locale 'pt' and keys [title,keywords]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'application' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 6 ORDER BY key ASC
  SQL (0.9ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :title], ["page_id", 6], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 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.3ms)  UPDATE "manageable_content_pages" SET "updated_at" = '2011-08-18 06:18:53.271201' WHERE "manageable_content_pages"."id" = 6
  SQL (0.6ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :keywords], ["page_id", 6], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 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" = '2011-08-18 06:18:53.276313' WHERE "manageable_content_pages"."id" = 6
Generating ManageableContent::Page for key 'contact', 
          locale 'pt' and keys [title,keywords,body,message]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'contact' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
  SQL (0.7ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", "contact"], ["locale", :pt], ["updated_at", Thu, 18 Aug 2011 06:18:53 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" = 7 ORDER BY key ASC
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :title], ["page_id", 7], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  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" = '2011-08-18 06:18:53.385836' 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", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :keywords], ["page_id", 7], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 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" = '2011-08-18 06:18:53.389279' 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", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :body], ["page_id", 7], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 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" = '2011-08-18 06:18:53.392668' 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", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :message], ["page_id", 7], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00]]
  ManageableContent::Page Load (0.2ms)  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" = '2011-08-18 06:18:53.396155' WHERE "manageable_content_pages"."id" = 7
Generating ManageableContent::Page for key 'home', 
          locale 'pt' and keys [title,keywords,body,side]
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" = 'home' AND "manageable_content_pages"."locale" = 'pt' LIMIT 1
  SQL (0.6ms)  INSERT INTO "manageable_content_pages" ("created_at", "key", "locale", "updated_at") VALUES (?, ?, ?, ?)  [["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", "home"], ["locale", :pt], ["updated_at", Thu, 18 Aug 2011 06:18:53 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" = 8 ORDER BY key ASC
  SQL (0.7ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :title], ["page_id", 8], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 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" = '2011-08-18 06:18:53.507061' WHERE "manageable_content_pages"."id" = 8
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :keywords], ["page_id", 8], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 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" = '2011-08-18 06:18:53.510466' WHERE "manageable_content_pages"."id" = 8
  SQL (0.4ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :body], ["page_id", 8], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 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" = '2011-08-18 06:18:53.513760' WHERE "manageable_content_pages"."id" = 8
  SQL (0.5ms)  INSERT INTO "manageable_content_page_contents" ("content", "created_at", "key", "page_id", "short", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["content", nil], ["created_at", Thu, 18 Aug 2011 06:18:53 UTC +00:00], ["key", :side], ["page_id", 8], ["short", false], ["updated_at", Thu, 18 Aug 2011 06:18:53 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" = '2011-08-18 06:18:53.517124' WHERE "manageable_content_pages"."id" = 8


Started GET "/home" for 127.0.0.1 at 2011-08-17 23:19:02 -0700
  Processing by HomeController#index as HTML
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY key ASC
Rendered home/index.html.erb within layouts/application (230.0ms)
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY key ASC
Completed 200 OK in 285ms (Views: 282.1ms | ActiveRecord: 2.4ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-17 23:19:02 -0700
Served asset /application.css - 304 Not Modified (6ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-17 23:19:02 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-17 23:19:04 -0700
  Processing by HomeController#index as HTML
  ManageableContent::Page Load (0.3ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY key ASC
Rendered home/index.html.erb within layouts/application (113.7ms)
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY key ASC
Completed 200 OK in 124ms (Views: 120.9ms | ActiveRecord: 2.3ms)


Started GET "/home" for 127.0.0.1 at 2011-08-17 23:19:29 -0700
  Processing by HomeController#index as HTML
  ManageableContent::Page Load (0.2ms)  SELECT "manageable_content_pages".* FROM "manageable_content_pages" WHERE "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 4 ORDER BY key ASC
Rendered home/index.html.erb within layouts/application (171.1ms)
  ManageableContent::PageContent Load (0.3ms)  SELECT "manageable_content_page_contents".* FROM "manageable_content_page_contents" WHERE "manageable_content_page_contents"."page_id" = 2 ORDER BY key ASC
Completed 200 OK in 192ms (Views: 189.2ms | ActiveRecord: 2.3ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-17 23:19:29 -0700
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-17 23:19:29 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-17 23:19:39 -0700
  Processing by HomeController#index as HTML
  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"."content" AS t1_r3, "manageable_content_page_contents"."short" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_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 (236.0ms)
Completed 200 OK in 288ms (Views: 285.5ms | ActiveRecord: 1.9ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-17 23:19:40 -0700
Served asset /application.css - 304 Not Modified (5ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-17 23:19:40 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error



Started GET "/home" for 127.0.0.1 at 2011-08-17 23:20:44 -0700
  Processing by HomeController#index as HTML
  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"."content" AS t1_r3, "manageable_content_page_contents"."short" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "page_contents"."key" IN (NULL) AND "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
SQLite3::SQLException: no such column: page_contents.key: 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"."content" AS t1_r3, "manageable_content_page_contents"."short" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "page_contents"."key" IN (NULL) AND "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
Rendered home/index.html.erb within layouts/application (207.8ms)
Completed 500 Internal Server Error in 256ms

ActionView::Template::Error (SQLite3::SQLException: no such column: page_contents.key: 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"."content" AS t1_r3, "manageable_content_page_contents"."short" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "page_contents"."key" IN (NULL) AND "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'):
    1: HomeController#index
    2: 
    3: <div id="body"><%= manageable_content_for :body %></div>
    4: <div id="side"><%= manageable_content_for :side %></div>
  app/views/home/index.html.erb:3:in `_app_views_home_index_html_erb___3575967228731567509_27225520'

Rendered /home/fabio/.rvm/gems/ruby-1.9.2-head@manageable-content/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
Rendered /home/fabio/.rvm/gems/ruby-1.9.2-head@manageable-content/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
Rendered /home/fabio/.rvm/gems/ruby-1.9.2-head@manageable-content/gems/actionpack-3.1.0.rc5/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms)


Started GET "/home" for 127.0.0.1 at 2011-08-17 23:21:57 -0700
  Processing by HomeController#index as HTML
  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"."content" AS t1_r3, "manageable_content_page_contents"."short" AS t1_r4, "manageable_content_page_contents"."created_at" AS t1_r5, "manageable_content_page_contents"."updated_at" AS t1_r6 FROM "manageable_content_pages" INNER JOIN "manageable_content_page_contents" ON "manageable_content_page_contents"."page_id" = "manageable_content_pages"."id" WHERE "manageable_content_page_contents"."key" IN (NULL) AND "manageable_content_pages"."key" IN ('application', 'home') AND "manageable_content_pages"."locale" = 'en'
Rendered home/index.html.erb within layouts/application (202.3ms)
Completed 200 OK in 224ms (Views: 222.0ms | ActiveRecord: 1.8ms)


Started GET "/assets/application.css" for 127.0.0.1 at 2011-08-17 23:21:57 -0700
Served asset /application.css - 304 Not Modified (3ms)


Started GET "/assets/application.js" for 127.0.0.1 at 2011-08-17 23:21:57 -0700
Error compiling asset application.js:
Sprockets::FileNotFound: couldn't find file 'jquery'
  (in /home/fabio/dev/manageable_content/spec/dummy/app/assets/javascripts/application.js:7)
Served asset /application.js - 500 Internal Server Error