(0.1ms) select sqlite_version(*)  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateQuicCmsPages (20111107140906)  (0.4ms) CREATE TABLE "quic_cms_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "permalink" varchar(255), "content" text, "lft" integer, "rgt" integer, "parent_id" integer, "title" varchar(255), "position" integer, "show_title" boolean, "created_at" datetime, "updated_at" datetime)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111107140906')  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("quic_cms_pages") Started GET "/" for 127.0.0.1 at Mon Nov 07 08:15:11 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 Completed 500 Internal Server Error in 26ms ActiveRecord::UnknownAttributeError (unknown attribute: background_image): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 08:16:21 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (0.3ms) Compiled quic_cms/application.css (4ms) (pid 49137) Compiled quic_cms/admin/pages.css (0ms) (pid 49137) Compiled quic_cms/pages.css (0ms) (pid 49137) Compiled quic_cms/application.js (9ms) (pid 49137) Compiled jquery.js (28ms) (pid 49137) Compiled jquery_ujs.js (2ms) (pid 49137) Compiled quic_cms/admin/pages.js (0ms) (pid 49137) Compiled quic_cms/pages.js (0ms) (pid 49137) Completed 200 OK in 294ms (Views: 227.9ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 08:16:21 -0600 2011 Served asset /quic_cms/application.css - 200 OK (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:16:21 -0600 2011 Served asset /quic_cms/admin/pages.css - 200 OK (7ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:16:21 -0600 2011 Served asset /quic_cms/pages.css - 200 OK (5ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:16:21 -0600 2011 Served asset /quic_cms/admin/pages.js - 200 OK (5ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:16:21 -0600 2011 Served asset /quic_cms/pages.js - 200 OK (5ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 08:16:21 -0600 2011 Served asset /quic_cms/application.js - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 08:16:21 -0600 2011 Served asset /jquery.js - 304 Not Modified (63ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 08:16:21 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (3ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCkeditorAssets (20111107082317)  (0.1ms) select sqlite_version(*)  (0.4ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime, "updated_at" datetime)   (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111107082317') Migrating to CreateQuicCmsPages (20111107140906)  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable')  (0.1ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) PRAGMA index_list("quic_cms_pages") Started GET "/" for 127.0.0.1 at Mon Nov 07 08:26:44 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (36.4ms) Completed 500 Internal Server Error in 146ms ActionView::Template::Error (undefined method `title' for #<#:0x1036c6d18>): 1: <% title @page.title, @page.show_title? %>
2: <% for page in @page.ancestors.each %> 3: <%= link_to h(page.title), page %> > 4: <% end %> Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (74.5ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 08:28:19 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 QuicCms::Page Load (0.3ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (45.4ms) Completed 200 OK in 100ms (Views: 89.1ms | ActiveRecord: 0.5ms) Started GET "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 08:28:19 -0600 2011 Served asset /quic_cms/application/javascripts/ckeditor/ckeditor.js - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:28:19 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (4ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:28:19 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:19 -0600 2011 Served asset /jquery.js - 304 Not Modified (12ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 08:28:19 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:19 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:19 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:19 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:19 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/home" for 127.0.0.1 at Mon Nov 07 08:28:34 -0600 2011 Processing by QuicCms::PagesController#show as HTML Parameters: {"permalink"=>"home"} QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (1.6ms) Completed 200 OK in 103ms (Views: 89.0ms | ActiveRecord: 0.6ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 08:28:34 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:28:34 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:34 -0600 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:28:34 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:34 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:34 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:34 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:34 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 08:28:34 -0600 2011 Served asset /quic_cms/application/javascripts/ckeditor/ckeditor.js - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/homed" for 127.0.0.1 at Mon Nov 07 08:28:47 -0600 2011 Processing by QuicCms::PagesController#show as HTML Parameters: {"permalink"=>"homed"} QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'homed' LIMIT 1 QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (1.5ms) Completed 200 OK in 33ms (Views: 22.5ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 08:28:47 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:28:47 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:28:47 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:47 -0600 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:47 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:48 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:48 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 08:28:48 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 08:28:48 -0600 2011 Served asset /quic_cms/application/javascripts/ckeditor/ckeditor.js - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/homed" for 127.0.0.1 at Mon Nov 07 08:29:06 -0600 2011 Processing by QuicCms::PagesController#show as HTML Parameters: {"permalink"=>"homed"} QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'homed' LIMIT 1 QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (9.4ms) Completed 200 OK in 135ms (Views: 57.1ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:29:07 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 08:29:07 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:07 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:07 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:07 -0600 2011 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:29:07 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (3ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:07 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 08:29:07 -0600 2011 Served asset /quic_cms/application/javascripts/ckeditor/ckeditor.js - 404 Not Found (70ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:07 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/homed" for 127.0.0.1 at Mon Nov 07 08:29:09 -0600 2011 Processing by QuicCms::PagesController#show as HTML Parameters: {"permalink"=>"homed"} QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'homed' LIMIT 1 QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (1.5ms) Completed 200 OK in 34ms (Views: 22.8ms | ActiveRecord: 0.5ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 08:29:09 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:09 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:09 -0600 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:29:09 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:29:09 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:09 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:09 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:09 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 08:29:09 -0600 2011 Served asset /quic_cms/application/javascripts/ckeditor/ckeditor.js - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/homed" for 127.0.0.1 at Mon Nov 07 08:29:12 -0600 2011 Processing by QuicCms::PagesController#show as HTML Parameters: {"permalink"=>"homed"} QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'homed' LIMIT 1 QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (1.5ms) Completed 200 OK in 34ms (Views: 23.2ms | ActiveRecord: 0.5ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 08:29:12 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:12 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:12 -0600 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:29:12 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:12 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:29:12 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:12 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 08:29:12 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 08:29:12 -0600 2011 Served asset /quic_cms/application/javascripts/ckeditor/ckeditor.js - 404 Not Found (5ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/homed" for 127.0.0.1 at Mon Nov 07 08:31:11 -0600 2011 Processing by QuicCms::PagesController#show as HTML Parameters: {"permalink"=>"homed"} QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'homed' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (9.3ms) Completed 200 OK in 135ms (Views: 58.0ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 08:31:11 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:31:11 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 08:31:11 -0600 2011 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:31:11 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (4ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:31:11 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 08:31:11 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:31:11 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 08:31:11 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 08:31:11 -0600 2011 Served asset /quic_cms/application/javascripts/ckeditor/ckeditor.js - 404 Not Found (67ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/application/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/homed" for 127.0.0.1 at Mon Nov 07 08:31:45 -0600 2011 Processing by QuicCms::PagesController#show as HTML Parameters: {"permalink"=>"homed"} QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'homed' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.5ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (1.8ms) Completed 200 OK in 29ms (Views: 17.7ms | ActiveRecord: 0.8ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 08:31:45 -0600 2011 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 08:31:45 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:31:45 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:31:45 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 08:31:45 -0600 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 08:31:45 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:31:45 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:31:45 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 08:31:45 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/homed" for 127.0.0.1 at Mon Nov 07 08:33:42 -0600 2011 Processing by QuicCms::PagesController#show as HTML Parameters: {"permalink"=>"homed"} QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'homed' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (1.9ms) Completed 200 OK in 26ms (Views: 16.2ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 08:33:42 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:33:42 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 08:33:42 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:33:42 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 08:33:42 -0600 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 08:33:42 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 08:33:42 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 08:33:42 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 08:33:42 -0600 2011 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/users/sign_in" for 127.0.0.1 at Mon Nov 07 08:33:59 -0600 2011 ActionController::RoutingError (No route matches [GET] "/users/sign_in"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:32:59 -0600 2011 SyntaxError (/Users/mwagner72/Dropbox/rails_projects/quic_cms/app/models/quic_cms/page.rb:4: syntax error, unexpected tIDENTIFIER, expecting tCONSTANT): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.7ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:44:05 -0600 2011 ActionController::RoutingError (undefined method `acts_as_nested_set' for CollectiveIdea::Acts::NestedSet:Module): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:44:27 -0600 2011 ActionController::RoutingError (uninitialized constant CollectiveIdea::Acts::NestedSet::Singleton): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:47:27 -0600 2011 ActionController::RoutingError (uninitialized constant CollectiveIdea::Acts::NestedSet::Singleton): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:47:33 -0600 2011 ActionController::RoutingError (uninitialized constant CollectiveIdea::Acts::NestedSet::Singleton): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:47:45 -0600 2011 ActionController::RoutingError (uninitialized constant CollectiveIdea::Acts::NestedSet::Singleton): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:47:58 -0600 2011 ActionController::RoutingError (uninitialized constant CollectiveIdea::Acts::NestedSet::Singleton): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.4ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:48:01 -0600 2011 ActionController::RoutingError (uninitialized constant CollectiveIdea::Acts::NestedSet::Singleton): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:48:17 -0600 2011 ActionController::RoutingError (undefined method `acts_as_nested_set' for CollectiveIdea::Acts::NestedSet::Base::SingletonMethods:Module): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:48:44 -0600 2011 ActionController::RoutingError (undefined method `acts_as_nested_set' for CollectiveIdea::Acts::NestedSet::Base::SingletonMethods:Module): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:48:48 -0600 2011 ActionController::RoutingError (undefined method `acts_as_nested_set' for CollectiveIdea::Acts::NestedSet::Base::SingletonMethods:Module): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:49:04 -0600 2011 ActionController::RoutingError (undefined method `acts_as_nested_set' for CollectiveIdea::Acts::NestedSet::Base:Module): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:49:07 -0600 2011 ActionController::RoutingError (undefined method `acts_as_nested_set' for CollectiveIdea::Acts::NestedSet::Base:Module): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:50:35 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (8.7ms) Completed 200 OK in 80ms (Views: 60.7ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 09:50:35 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 09:50:35 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (3ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 09:50:35 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:35 -0600 2011 Served asset /jquery.js - 304 Not Modified (13ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:35 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:35 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:35 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:35 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (1ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 09:50:35 -0600 2011 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:50:51 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (2.0ms) Completed 200 OK in 26ms (Views: 16.0ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 09:50:51 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:51 -0600 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:51 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 09:50:51 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 09:50:51 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:51 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:51 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:51 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 09:50:51 -0600 2011 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:50:59 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (1.5ms) Completed 200 OK in 28ms (Views: 16.7ms | ActiveRecord: 0.5ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 09:50:59 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 09:50:59 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 09:50:59 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:59 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:59 -0600 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:59 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:59 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 09:50:59 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (1ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 09:50:59 -0600 2011 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:51:01 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 WARNING: Can't mass-assign protected attributes: Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (5.2ms) Completed 500 Internal Server Error in 91ms ActionView::Template::Error (undefined method `ancestors' for #): 1: <% title @page.title, @page.show_title? %>
2: <% for page in @page.ancestors.each %> 3: <%= link_to h(page.title), page %> > 4: <% end %> 5: Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.1ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:53:10 -0600 2011 Processing by QuicCms::PagesController#index as HTML Completed 500 Internal Server Error in 8ms NameError (uninitialized constant QuicCms::Page::CollectiveIdea): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.9ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:53:52 -0600 2011 ActionController::RoutingError (uninitialized constant CollectiveIdea): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:53:54 -0600 2011 ActionController::RoutingError (uninitialized constant CollectiveIdea): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:53:58 -0600 2011 ActionController::RoutingError (uninitialized constant CollectiveIdea): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:54:22 -0600 2011 ActionController::RoutingError (undefined method `acts_as_nested_set' for CollectiveIdea::Acts::NestedSet::Base:Module): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.4ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:54:24 -0600 2011 ActionController::RoutingError (undefined method `acts_as_nested_set' for CollectiveIdea::Acts::NestedSet::Base:Module): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:54:49 -0600 2011 ActionController::RoutingError (undefined method `acts_as_nested_set' for CollectiveIdea::Acts::NestedSet::Base::SingletonMethods:Module): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:55:22 -0600 2011 ActionController::RoutingError (undefined method `acts_as_nested_set' for CollectiveIdea::Acts::NestedSet::Base::SingletonMethods:Module): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 09:55:24 -0600 2011 ActionController::RoutingError (undefined method `acts_as_nested_set' for CollectiveIdea::Acts::NestedSet::Base::SingletonMethods:Module): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 10:04:04 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.3ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (9.3ms) Completed 200 OK in 125ms (Views: 49.6ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 10:04:04 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 10:04:04 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (4ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 10:04:05 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 10:04:05 -0600 2011 Served asset /jquery.js - 304 Not Modified (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 10:04:05 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 10:04:05 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 10:04:05 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 10:04:05 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 10:04:05 -0600 2011 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 10:24:20 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (9.2ms) Completed 200 OK in 125ms (Views: 49.4ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 10:24:20 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 10:24:20 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (3ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 10:24:20 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 10:24:20 -0600 2011 Served asset /jquery.js - 304 Not Modified (12ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 10:24:20 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 10:24:20 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 10:24:20 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 10:24:20 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 10:24:20 -0600 2011 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 10:32:17 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (1.8ms) Completed 200 OK in 26ms (Views: 15.7ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 10:32:17 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:17 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:17 -0600 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 10:32:17 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 10:32:17 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:17 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:17 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:17 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (1ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 10:32:17 -0600 2011 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 10:32:19 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (1.5ms) Completed 200 OK in 27ms (Views: 16.2ms | ActiveRecord: 0.5ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 10:32:20 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:20 -0600 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 10:32:20 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:20 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 10:32:20 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:20 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:20 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:20 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 10:32:20 -0600 2011 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 10:32:29 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.3ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (9.6ms) Completed 200 OK in 131ms (Views: 57.0ms | ActiveRecord: 0.5ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 10:32:30 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:30 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:30 -0600 2011 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 10:32:30 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (3ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 10:32:30 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (3ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:30 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:30 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:30 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (1ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 10:32:30 -0600 2011 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at Mon Nov 07 10:32:35 -0600 2011 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (1.7ms) Completed 200 OK in 25ms (Views: 14.5ms | ActiveRecord: 0.8ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at Mon Nov 07 10:32:35 -0600 2011 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:35 -0600 2011 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:35 -0600 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 10:32:35 -0600 2011 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:35 -0600 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at Mon Nov 07 10:32:35 -0600 2011 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:35 -0600 2011 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at Mon Nov 07 10:32:35 -0600 2011 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at Mon Nov 07 10:32:35 -0600 2011 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/" for 127.0.0.1 at 2011-11-11 12:28:02 -0600 Processing by QuicCms::PagesController#index as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."permalink" = 'home' LIMIT 1 WARNING: Can't mass-assign protected attributes: QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= NULL AND "quic_cms_pages"."rgt" >= NULL) AND ("quic_cms_pages".id != NULL) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/pages/show.html.erb within layouts/quic_cms/application (46.4ms) Cache for Asset (quic_cms/application.js) is stale /Users/mwagner72/Developer/.rvm/gems/ruby-1.8.7-p352/gems/jquery-rails-1.0.16/vendor/assets/javascripts/jquery.js isn't in paths: /Users/mwagner72/Dropbox/rails_projects/quic_cms/test/dummy/app/assets/images, /Users/mwagner72/Dropbox/rails_projects/quic_cms/test/dummy/app/assets/javascripts, /Users/mwagner72/Dropbox/rails_projects/quic_cms/test/dummy/app/assets/stylesheets, /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/jquery-rails-1.0.16/vendor/assets/javascripts, /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/assets/images, /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/assets/javascripts, /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/assets/stylesheets Compiled quic_cms/application.js (8ms) (pid 23668) Compiled jquery.js (4ms) (pid 23668) Compiled jquery_ujs.js (1ms) (pid 23668) Completed 200 OK in 258ms (Views: 213.2ms | ActiveRecord: 0.5ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 12:28:04 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:28:04 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (7ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:28:04 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 12:28:04 -0600 Served asset /jquery.js - 200 OK (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 12:28:04 -0600 Served asset /jquery_ujs.js - 200 OK (5ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:28:04 -0600 Served asset /quic_cms/admin/pages.js - 304 Not Modified (5ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:28:04 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 12:28:04 -0600 Served asset /quic_cms/application.js - 200 OK (0ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 12:28:04 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/admin" for 127.0.0.1 at 2011-11-11 12:28:07 -0600 Processing by QuicCms::Admin::BaseController#index as HTML Completed 500 Internal Server Error in 15ms NameError (undefined local variable or method `current_user' for #): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.4ms) Started GET "/admin" for 127.0.0.1 at 2011-11-11 12:29:04 -0600 Processing by QuicCms::Admin::BaseController#index as HTML Completed 500 Internal Server Error in 14ms NameError (undefined local variable or method `current_user' for #): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.5ms) Started GET "/admin" for 127.0.0.1 at 2011-11-11 12:30:01 -0600 Processing by QuicCms::Admin::BaseController#index as HTML Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/base/index.html.erb within layouts/quic_cms/application (1.4ms) Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:30:02 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 12:30:02 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:30:02 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 12:30:02 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 12:30:02 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:30:02 -0600 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:30:02 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 12:30:02 -0600 Served asset /quic_cms/application.js - 304 Not Modified (1ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 12:30:02 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.5ms) Started GET "/admin/pages" for 127.0.0.1 at 2011-11-11 12:30:04 -0600 Processing by QuicCms::Admin::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages"  Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/index.html.erb within layouts/quic_cms/application (1.7ms) Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:30:04 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 12:30:04 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:30:04 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:30:04 -0600 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 12:30:04 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 12:30:04 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:30:04 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 12:30:04 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 12:30:04 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 12:30:05 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (321.2ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (364.7ms) Completed 500 Internal Server Error in 372ms ActionView::Template::Error (undefined method `cktext_area' for #): 43: 44: 45: <%= f.label :content %> 46: <%= f.cktext_area :content %> 47: 48: 49: Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (30.1ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (35.5ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 12:39:39 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (367.4ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (399.7ms) Completed 500 Internal Server Error in 457ms ActionView::Template::Error (undefined method `cktext_area' for #): 43: 44: 45: <%= f.label :content %> 46: <%= f.cktext_area :content %> 47: 48: 49: Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 12:39:44 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (236.5ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (237.8ms) Completed 500 Internal Server Error in 246ms ActionView::Template::Error (undefined method `cktext_area' for #): 43: 44: 45: <%= f.label :content %> 46: <%= f.cktext_area :content %> 47: 48: 49: Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.7ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 12:41:11 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.3ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (76.8ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (109.7ms) Completed 200 OK in 237ms (Views: 235.5ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 12:41:11 -0600 Served asset /quic_cms/application.css - 304 Not Modified (1ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:41:11 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 12:41:11 -0600 Served asset /jquery.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:41:11 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 12:41:11 -0600 Served asset /jquery_ujs.js - 304 Not Modified (6ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:41:11 -0600 Served asset /quic_cms/admin/pages.js - 304 Not Modified (6ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:41:11 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (4ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 12:41:11 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 12:41:11 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 12:46:03 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (102.4ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (134.0ms) Completed 200 OK in 226ms (Views: 225.1ms | ActiveRecord: 0.2ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 12:46:04 -0600 Served asset /quic_cms/application.css - 304 Not Modified (1ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:46:04 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (5ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:46:04 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 12:46:04 -0600 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 12:46:04 -0600 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:46:04 -0600 Served asset /quic_cms/admin/pages.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:46:04 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 12:46:04 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 12:46:04 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 12:48:30 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (66.1ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (68.3ms) Completed 200 OK in 85ms (Views: 84.1ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:48:31 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:48:31 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 12:48:31 -0600 Served asset /quic_cms/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 12:48:31 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 12:48:31 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:48:31 -0600 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:48:31 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 12:48:31 -0600 Served asset /quic_cms/application.js - 304 Not Modified (1ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 12:48:31 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 12:53:34 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (27.1ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (29.4ms) Compiled quic_cms/application.js (1055ms) (pid 28926) Compiled quic_cms/ckeditor/_samples/api_dialog/my_dialog.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_samples/assets/swfobject.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_samples/sample.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/adapters/jquery.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/_bootstrap.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/ckeditor.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/ckeditor_base.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/ckeditor_basic.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/command.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/commanddefinition.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/config.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dataprocessor.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/comment.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/document.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/documentfragment.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/domobject.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/element.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/elementpath.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/event.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/node.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/nodelist.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/range.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/rangelist.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/text.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/walker.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dom/window.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/dtd.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/editor.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/editor_basic.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/env.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/event.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/eventInfo.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/focusmanager.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/htmlparser.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/htmlparser/basicwriter.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/htmlparser/cdata.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/htmlparser/comment.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/htmlparser/element.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/htmlparser/filter.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/htmlparser/fragment.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/htmlparser/text.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/lang.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/loader.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/plugindefinition.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/plugins.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/resourcemanager.js (31ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/scriptloader.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/skins.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/themes.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/tools.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/core/ui.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/_languages.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/af.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/ar.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/bg.js (32ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/bn.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/bs.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/ca.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/cs.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/cy.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/da.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/de.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/el.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/en-au.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/en-ca.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/en-gb.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/en.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/eo.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/es.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/et.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/eu.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/fa.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/fi.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/fo.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/fr-ca.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/fr.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/gl.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/gu.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/he.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/hi.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/hr.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/hu.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/is.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/it.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/ja.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/ka.js (4ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/km.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/ko.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/lt.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/lv.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/mn.js (32ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/ms.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/nb.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/nl.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/no.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/pl.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/pt-br.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/pt.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/ro.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/ru.js (4ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/sk.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/sl.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/sr-latn.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/sr.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/sv.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/th.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/tr.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/uk.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/vi.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/zh-cn.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/lang/zh.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/a11yhelp/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/a11yhelp/lang/he.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/a11yhelp/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/about/dialogs/about.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/about/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/adobeair/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/ajax/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/autogrow/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/basicstyles/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/bbcode/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/bidi/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/blockquote/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/button/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/clipboard/dialogs/paste.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/clipboard/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/colorbutton/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/colordialog/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/contextmenu/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/devtools/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/devtools/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/dialog/dialogDefinition.js (6ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/dialog/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/dialogadvtab/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/dialogui/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/div/dialogs/div.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/div/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/docprops/dialogs/docprops.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/docprops/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/domiterator/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/editingblock/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/elementspath/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/enterkey/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/entities/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/fakeobjects/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/filebrowser/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/find/dialogs/find.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/find/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/flash/dialogs/flash.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/flash/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/floatpanel/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/font/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/format/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/forms/dialogs/button.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/forms/dialogs/checkbox.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/forms/dialogs/form.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/forms/dialogs/radio.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/forms/dialogs/select.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/forms/dialogs/textarea.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/forms/dialogs/textfield.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/forms/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/horizontalrule/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/htmldataprocessor/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/htmlwriter/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/iframe/dialogs/iframe.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/iframe/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/iframedialog/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/image/dialogs/image.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/image/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/indent/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/justify/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/keystrokes/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/link/dialogs/anchor.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/link/dialogs/link.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/link/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/list/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/listblock/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/liststyle/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/maximize/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/menu/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/menubutton/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/newpage/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/pagebreak/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/panel/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/panelbutton/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/pastefromword/filter/default.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/pastefromword/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/pastetext/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/placeholder/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/placeholder/lang/he.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/placeholder/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/popup/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/preview/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/print/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/removeformat/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/resize/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/richcombo/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/save/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/scayt/dialogs/options.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/scayt/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/selection/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/showblocks/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/showborders/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/smiley/dialogs/smiley.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/smiley/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/sourcearea/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/specialchar/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/specialchar/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/styles/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/styles/styles/default.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/stylescombo/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/stylesheetparser/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/tab/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/table/dialogs/table.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/table/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/tableresize/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/tabletools/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/templates/dialogs/templates.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/templates/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/templates/templates/default.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/toolbar/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/uicolor/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/uicolor/lang/he.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/uicolor/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/uicolor/yui/yui.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/undo/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/wsc/dialogs/wsc.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/wsc/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/wysiwygarea/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/_source/plugins/xml/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/skins/kama/skin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/skins/office2003/skin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/skins/v2/skin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/_source/themes/default/theme.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/adapters/jquery.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/ckeditor.js (11ms) (pid 28926) Compiled quic_cms/ckeditor/ckeditor_basic.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/ckeditor_basic_source.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/ckeditor_source.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/config.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/filebrowser/javascripts/application.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/filebrowser/javascripts/fileuploader.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/filebrowser/javascripts/jquery.js (3ms) (pid 28926) Compiled quic_cms/ckeditor/filebrowser/javascripts/jquery.tmpl.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/filebrowser/javascripts/rails.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/lang/_languages.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/lang/af.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/ar.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/lang/bg.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/bn.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/bs.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/lang/ca.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/cs.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/cy.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/lang/da.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/de.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/el.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/en-au.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/lang/en-ca.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/lang/en-gb.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/lang/eo.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/es.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/et.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/eu.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/lang/fa.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/lang/fi.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/fo.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/fr-ca.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/fr.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/gl.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/gu.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/lang/he.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/lang/hi.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/hr.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/hu.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/is.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/it.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/ja.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/ka.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/lang/km.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/lang/ko.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/lt.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/lv.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/mn.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/lang/ms.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/lang/nb.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/nl.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/no.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/pl.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/pt-br.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/pt.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/ro.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/ru.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/lang/sk.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/sl.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/sr-latn.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/sr.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/sv.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/th.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/tr.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/uk.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/lang/vi.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/zh-cn.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/lang/zh.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/a11yhelp/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/a11yhelp/lang/he.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/about/dialogs/about.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/adobeair/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/ajax/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/attachment/dialogs/attachment.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/attachment/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/attachment/lang/ru.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/attachment/lang/uk.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/attachment/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/autogrow/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/bbcode/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/clipboard/dialogs/paste.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/colordialog/dialogs/colordialog.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/devtools/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/devtools/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/dialog/dialogDefinition.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/div/dialogs/div.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/docprops/dialogs/docprops.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/docprops/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/embed/dialogs/embed.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/embed/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/embed/lang/ru.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/embed/lang/uk.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/embed/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/find/dialogs/find.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/flash/dialogs/flash.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/forms/dialogs/button.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/forms/dialogs/checkbox.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/forms/dialogs/form.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/forms/dialogs/hiddenfield.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/forms/dialogs/radio.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/forms/dialogs/select.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/forms/dialogs/textarea.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/forms/dialogs/textfield.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/iframe/dialogs/iframe.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/iframedialog/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/image/dialogs/image.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/link/dialogs/anchor.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/link/dialogs/link.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/liststyle/dialogs/liststyle.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/pastefromword/filter/default.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/pastetext/dialogs/pastetext.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/placeholder/dialogs/placeholder.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/placeholder/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/placeholder/lang/he.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/placeholder/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/scayt/dialogs/options.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/smiley/dialogs/smiley.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/specialchar/dialogs/specialchar.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/specialchar/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/styles/styles/default.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/stylesheetparser/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/table/dialogs/table.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/tableresize/plugin.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/tabletools/dialogs/tableCell.js (1ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/templates/dialogs/templates.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/templates/templates/default.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/uicolor/dialogs/uicolor.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/uicolor/lang/en.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/uicolor/lang/he.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/uicolor/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/uicolor/yui/yui.js (2ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/wsc/dialogs/wsc.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/plugins/xml/plugin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/skins/kama/skin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/skins/office2003/skin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/skins/v2/skin.js (0ms) (pid 28926) Compiled quic_cms/ckeditor/themes/default/theme.js (0ms) (pid 28926) Completed 200 OK in 8098ms (Views: 8096.8ms | ActiveRecord: 0.4ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 12:54:53 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (73.7ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (75.8ms) Completed 200 OK in 489ms (Views: 487.5ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/_samples/api_dialog/my_dialog.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_samples/api_dialog/my_dialog.js - 200 OK (19ms) Started GET "/assets/quic_cms/ckeditor/_samples/assets/swfobject.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_samples/assets/swfobject.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_samples/sample.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_samples/sample.js - 200 OK (10ms) Started GET "/assets/quic_cms/ckeditor/_source/adapters/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/adapters/jquery.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_bootstrap.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/_bootstrap.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/ckeditor.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/ckeditor_base.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/ckeditor_base.js - 200 OK (10ms) Started GET "/assets/quic_cms/ckeditor/_source/core/ckeditor_basic.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/ckeditor_basic.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/command.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/command.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/commanddefinition.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/commanddefinition.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/config.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/config.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dataprocessor.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dataprocessor.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/comment.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/comment.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/document.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/document.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/documentfragment.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/documentfragment.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/domobject.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/domobject.js - 200 OK (56ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/element.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/element.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/elementpath.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/elementpath.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/event.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/event.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/node.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/node.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/nodelist.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/nodelist.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/range.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/range.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/rangelist.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/rangelist.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/text.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/text.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/walker.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/walker.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dom/window.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dom/window.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/dtd.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/dtd.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/editor.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/editor.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/core/editor_basic.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/editor_basic.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/core/env.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/env.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/core/event.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/event.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/eventInfo.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/eventInfo.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/core/focusmanager.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/focusmanager.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/core/htmlparser.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/htmlparser.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/core/htmlparser/basicwriter.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/htmlparser/basicwriter.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/htmlparser/cdata.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/htmlparser/cdata.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/htmlparser/comment.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/htmlparser/comment.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/core/htmlparser/element.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/htmlparser/element.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/core/htmlparser/filter.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/htmlparser/filter.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/core/htmlparser/fragment.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/htmlparser/fragment.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/core/htmlparser/text.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/htmlparser/text.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/core/lang.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/lang.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/core/loader.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:54 -0600 Served asset /quic_cms/ckeditor/_source/core/loader.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/plugindefinition.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/core/plugindefinition.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/core/plugins.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/core/plugins.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/core/resourcemanager.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/core/resourcemanager.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/scriptloader.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/core/scriptloader.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/core/skins.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/core/skins.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/themes.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/core/themes.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/core/tools.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/core/tools.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/ui.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/core/ui.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/_languages.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/_languages.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/af.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/af.js - 200 OK (57ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/ar.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/ar.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/bg.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/bg.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/bn.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/bn.js - 200 OK (11ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/bs.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/bs.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/ca.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/ca.js - 200 OK (12ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/cs.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/cs.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/cy.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/cy.js - 200 OK (11ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/da.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/da.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/de.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/de.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/el.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/el.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/en-au.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/en-au.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/en-ca.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/en-ca.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/en-gb.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/en-gb.js - 200 OK (11ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/en.js - 200 OK (11ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/eo.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/eo.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/es.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/es.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/et.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/et.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/eu.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/eu.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/fa.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/fa.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/fi.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/fi.js - 200 OK (11ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/fo.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/fo.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/fr-ca.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/fr-ca.js - 200 OK (12ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/fr.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/fr.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/gl.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/gl.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/gu.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/gu.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/he.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/he.js - 200 OK (12ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/hi.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/hi.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/hr.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/hr.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/hu.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/hu.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/is.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/is.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/it.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/it.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/ja.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/ja.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/ka.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/ka.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/km.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/km.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/ko.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/ko.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/lt.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/lt.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/lv.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/lv.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/mn.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/mn.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/ms.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:55 -0600 Served asset /quic_cms/ckeditor/_source/lang/ms.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/nl.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/nl.js - 200 OK (13ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/nb.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/nb.js - 200 OK (11ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/no.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/no.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/pt-br.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/pt-br.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/pl.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/pl.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/pt.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/pt.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/ro.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/ro.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/ru.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/ru.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/sl.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/sl.js - 200 OK (10ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/sr-latn.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/sr-latn.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/sk.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/sk.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/sr.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/sr.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/sv.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/sv.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/th.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/th.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/tr.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/tr.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/uk.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/uk.js - 200 OK (51ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/vi.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/vi.js - 200 OK (10ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/zh-cn.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/zh-cn.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/lang/zh.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/lang/zh.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/a11yhelp/dialogs/a11yhelp.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/a11yhelp/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/a11yhelp/lang/en.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/a11yhelp/lang/he.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/a11yhelp/lang/he.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/a11yhelp/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/a11yhelp/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/about/dialogs/about.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/about/dialogs/about.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/about/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/about/plugin.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/adobeair/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/adobeair/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/ajax/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/ajax/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/autogrow/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/autogrow/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/basicstyles/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/basicstyles/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/bbcode/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/bbcode/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/bidi/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/bidi/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/blockquote/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/blockquote/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/button/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/button/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/clipboard/dialogs/paste.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/clipboard/dialogs/paste.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/clipboard/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/clipboard/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/colorbutton/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/colorbutton/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/colordialog/dialogs/colordialog.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/colordialog/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/colordialog/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/contextmenu/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/contextmenu/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/devtools/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/devtools/lang/en.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/devtools/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/devtools/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/dialog/dialogDefinition.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/dialog/dialogDefinition.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/dialog/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/dialog/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/dialogadvtab/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/dialogadvtab/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/dialogui/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/dialogui/plugin.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/div/dialogs/div.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/div/dialogs/div.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/div/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/div/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/docprops/dialogs/docprops.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/docprops/dialogs/docprops.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/docprops/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/docprops/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/domiterator/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/domiterator/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/editingblock/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/editingblock/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/elementspath/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/elementspath/plugin.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/enterkey/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/enterkey/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/entities/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/entities/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/fakeobjects/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/fakeobjects/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/filebrowser/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/filebrowser/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/find/dialogs/find.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/find/dialogs/find.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/find/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/find/plugin.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/flash/dialogs/flash.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/flash/dialogs/flash.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/flash/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/flash/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/floatpanel/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/floatpanel/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/font/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:56 -0600 Served asset /quic_cms/ckeditor/_source/plugins/font/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/format/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/format/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/forms/dialogs/button.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/forms/dialogs/button.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/forms/dialogs/checkbox.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/forms/dialogs/checkbox.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/forms/dialogs/form.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/forms/dialogs/form.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/forms/dialogs/hiddenfield.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/forms/dialogs/radio.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/forms/dialogs/radio.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/forms/dialogs/select.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/forms/dialogs/select.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/forms/dialogs/textarea.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/forms/dialogs/textarea.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/forms/dialogs/textfield.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/forms/dialogs/textfield.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/forms/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/forms/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/horizontalrule/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/horizontalrule/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/htmldataprocessor/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/htmldataprocessor/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/htmlwriter/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/htmlwriter/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/iframe/dialogs/iframe.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/iframe/dialogs/iframe.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/iframe/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/iframe/plugin.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/iframedialog/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/iframedialog/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/image/dialogs/image.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/image/dialogs/image.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/image/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/image/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/indent/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/indent/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/justify/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/justify/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/keystrokes/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/keystrokes/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/link/dialogs/anchor.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/link/dialogs/anchor.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/link/dialogs/link.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/link/dialogs/link.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/link/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/link/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/listblock/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/listblock/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/list/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/list/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/liststyle/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/liststyle/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/liststyle/dialogs/liststyle.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/maximize/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/maximize/plugin.js - 200 OK (4ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/menu/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/menu/plugin.js - 200 OK (4ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/newpage/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/newpage/plugin.js - 200 OK (4ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/menubutton/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/menubutton/plugin.js - 200 OK (54ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/pagebreak/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/pagebreak/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/panel/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/panel/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/panelbutton/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/panelbutton/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/pastefromword/filter/default.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/pastefromword/filter/default.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/pastefromword/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/pastefromword/plugin.js - 200 OK (4ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/pastetext/dialogs/pastetext.js - 200 OK (15ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/placeholder/dialogs/placeholder.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/placeholder/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/placeholder/lang/en.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/placeholder/lang/he.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/placeholder/lang/he.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/placeholder/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/placeholder/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/pastetext/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/pastetext/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/popup/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/popup/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/preview/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/preview/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/print/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/print/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/removeformat/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/removeformat/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/resize/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/resize/plugin.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/richcombo/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/richcombo/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/save/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/save/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/scayt/dialogs/options.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/scayt/dialogs/options.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/scayt/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:57 -0600 Served asset /quic_cms/ckeditor/_source/plugins/scayt/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/selection/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/selection/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/showblocks/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/showblocks/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/showborders/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/showborders/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/smiley/dialogs/smiley.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/smiley/dialogs/smiley.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/smiley/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/smiley/plugin.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/sourcearea/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/sourcearea/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/specialchar/dialogs/specialchar.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/specialchar/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/specialchar/lang/en.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/specialchar/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/specialchar/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/styles/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/styles/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/styles/styles/default.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/styles/styles/default.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/stylescombo/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/stylescombo/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/stylesheetparser/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/stylesheetparser/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/tab/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/tab/plugin.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/table/dialogs/table.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/table/dialogs/table.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/table/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/table/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/tableresize/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/tableresize/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/tabletools/dialogs/tableCell.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/tabletools/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/tabletools/plugin.js - 200 OK (54ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/templates/dialogs/templates.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/templates/dialogs/templates.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/templates/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/templates/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/templates/templates/default.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/templates/templates/default.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/toolbar/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/toolbar/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/uicolor/dialogs/uicolor.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/uicolor/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/uicolor/lang/en.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/uicolor/lang/he.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/uicolor/lang/he.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/uicolor/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/uicolor/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/uicolor/yui/yui.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/uicolor/yui/yui.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/undo/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/undo/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/wsc/dialogs/wsc.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/wsc/dialogs/wsc.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/wsc/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/wsc/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/wysiwygarea/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/wysiwygarea/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/plugins/xml/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/plugins/xml/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/skins/kama/skin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/skins/kama/skin.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/_source/skins/office2003/skin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/skins/office2003/skin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/_source/skins/v2/skin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/skins/v2/skin.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/_source/themes/default/theme.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/_source/themes/default/theme.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/adapters/jquery.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/ckeditor_basic.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/ckeditor_basic.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/ckeditor_basic_source.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/ckeditor_basic_source.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/ckeditor_source.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/ckeditor_source.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/config.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/config.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/filebrowser/javascripts/application.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/filebrowser/javascripts/application.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/filebrowser/javascripts/fileuploader.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/filebrowser/javascripts/fileuploader.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/filebrowser/javascripts/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/filebrowser/javascripts/jquery.js - 200 OK (13ms) Started GET "/assets/quic_cms/ckeditor/filebrowser/javascripts/rails.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/filebrowser/javascripts/rails.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/filebrowser/javascripts/jquery.tmpl.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/filebrowser/javascripts/jquery.tmpl.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/lang/af.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/af.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/lang/_languages.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/_languages.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/ar.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/ar.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/lang/bg.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/bg.js - 200 OK (13ms) Started GET "/assets/quic_cms/ckeditor/lang/bs.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/bs.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/bn.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/bn.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/cs.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/cs.js - 200 OK (58ms) Started GET "/assets/quic_cms/ckeditor/lang/ca.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/ca.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/cy.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/cy.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/da.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/da.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/de.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/de.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/el.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/el.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/en-au.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/en-au.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/en-ca.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:58 -0600 Served asset /quic_cms/ckeditor/lang/en-ca.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/en-gb.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/en-gb.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/en.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/eo.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/eo.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/es.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/es.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/et.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/et.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/eu.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/eu.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/fa.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/fa.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/fi.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/fi.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/lang/fo.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/fo.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/fr-ca.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/fr-ca.js - 200 OK (10ms) Started GET "/assets/quic_cms/ckeditor/lang/fr.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/fr.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/gl.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/gl.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/gu.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/gu.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/he.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/he.js - 200 OK (10ms) Started GET "/assets/quic_cms/ckeditor/lang/hi.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/hi.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/hr.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/hr.js - 200 OK (11ms) Started GET "/assets/quic_cms/ckeditor/lang/hu.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/hu.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/is.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/is.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/it.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/it.js - 200 OK (12ms) Started GET "/assets/quic_cms/ckeditor/lang/ja.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/ja.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/ka.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/ka.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/km.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/km.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/ko.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/ko.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/lt.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/lt.js - 200 OK (11ms) Started GET "/assets/quic_cms/ckeditor/lang/lv.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/lv.js - 200 OK (11ms) Started GET "/assets/quic_cms/ckeditor/lang/mn.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/mn.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/ms.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/ms.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/nb.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/nb.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/nl.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/nl.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/no.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/no.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/pl.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/pl.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/pt-br.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/pt-br.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/pt.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/pt.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/lang/ro.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/ro.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/ru.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/ru.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/sk.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/sk.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/sl.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/sl.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/sr-latn.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/sr-latn.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/sr.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/sr.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/lang/sv.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/sv.js - 200 OK (11ms) Started GET "/assets/quic_cms/ckeditor/lang/th.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/th.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/lang/tr.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/tr.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/lang/uk.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/uk.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/vi.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/vi.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/lang/zh-cn.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/zh-cn.js - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/lang/zh.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/lang/zh.js - 200 OK (12ms) Started GET "/assets/quic_cms/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js - 200 OK (11ms) Started GET "/assets/quic_cms/ckeditor/plugins/a11yhelp/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/plugins/a11yhelp/lang/en.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/about/dialogs/about.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/plugins/about/dialogs/about.js - 200 OK (54ms) Started GET "/assets/quic_cms/ckeditor/plugins/a11yhelp/lang/he.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/plugins/a11yhelp/lang/he.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/plugins/adobeair/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/plugins/adobeair/plugin.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/plugins/ajax/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/plugins/ajax/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/lang/en.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/dialogs/attachment.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/dialogs/attachment.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/lang/ru.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/lang/ru.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/lang/uk.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/lang/uk.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/autogrow/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:54:59 -0600 Served asset /quic_cms/ckeditor/plugins/autogrow/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/bbcode/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/bbcode/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/clipboard/dialogs/paste.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/clipboard/dialogs/paste.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/colordialog/dialogs/colordialog.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/colordialog/dialogs/colordialog.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/devtools/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/devtools/lang/en.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/plugins/devtools/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/devtools/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/dialog/dialogDefinition.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/dialog/dialogDefinition.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/div/dialogs/div.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/div/dialogs/div.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/docprops/dialogs/docprops.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/docprops/dialogs/docprops.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/docprops/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/docprops/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/dialogs/embed.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/embed/dialogs/embed.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/embed/lang/en.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/lang/ru.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/embed/lang/ru.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/lang/uk.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/embed/lang/uk.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/embed/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/find/dialogs/find.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/find/dialogs/find.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/flash/dialogs/flash.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/flash/dialogs/flash.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/forms/dialogs/button.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/forms/dialogs/button.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/forms/dialogs/checkbox.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/forms/dialogs/checkbox.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/forms/dialogs/form.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/forms/dialogs/form.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/forms/dialogs/hiddenfield.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/forms/dialogs/hiddenfield.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/forms/dialogs/radio.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/forms/dialogs/radio.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/forms/dialogs/select.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/forms/dialogs/select.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/forms/dialogs/textarea.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/forms/dialogs/textarea.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/forms/dialogs/textfield.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/forms/dialogs/textfield.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/iframe/dialogs/iframe.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/iframe/dialogs/iframe.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/iframedialog/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/iframedialog/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/image/dialogs/image.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/image/dialogs/image.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/link/dialogs/anchor.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/link/dialogs/anchor.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/link/dialogs/link.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/link/dialogs/link.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/liststyle/dialogs/liststyle.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/liststyle/dialogs/liststyle.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/pastefromword/filter/default.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/pastefromword/filter/default.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/pastetext/dialogs/pastetext.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/pastetext/dialogs/pastetext.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/plugins/placeholder/dialogs/placeholder.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/placeholder/dialogs/placeholder.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/plugins/placeholder/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/placeholder/lang/en.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/placeholder/lang/he.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/placeholder/lang/he.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/placeholder/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/placeholder/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/scayt/dialogs/options.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/scayt/dialogs/options.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/smiley/dialogs/smiley.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/smiley/dialogs/smiley.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/specialchar/dialogs/specialchar.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/specialchar/dialogs/specialchar.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/specialchar/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/specialchar/lang/en.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/styles/styles/default.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/styles/styles/default.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/stylesheetparser/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/stylesheetparser/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/table/dialogs/table.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/table/dialogs/table.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/tableresize/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/tableresize/plugin.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/tabletools/dialogs/tableCell.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/tabletools/dialogs/tableCell.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/plugins/templates/dialogs/templates.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/templates/dialogs/templates.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/templates/templates/default.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/templates/templates/default.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/uicolor/dialogs/uicolor.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/uicolor/dialogs/uicolor.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/plugins/uicolor/lang/en.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/uicolor/lang/en.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/uicolor/lang/he.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/uicolor/lang/he.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/uicolor/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/uicolor/plugin.js - 200 OK (6ms) Started GET "/assets/quic_cms/ckeditor/plugins/uicolor/yui/yui.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/uicolor/yui/yui.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/plugins/wsc/dialogs/wsc.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/wsc/dialogs/wsc.js - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/plugins/xml/plugin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/plugins/xml/plugin.js - 200 OK (7ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/skin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/skins/kama/skin.js - 200 OK (5ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/skins/office2003/skin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/skins/office2003/skin.js - 200 OK (6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/skins/v2/skin.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/skins/v2/skin.js - 200 OK (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/admin/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/themes/default/theme.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/ckeditor/themes/default/theme.js - 200 OK (10ms) Started GET "/javascripts/quic_cms/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/quic_cms/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.8ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:00 -0600 Served asset /quic_cms/application.js - 200 OK (165ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 12:55:01 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/loader.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:01 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/loader.js - 404 Not Found (10ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/loader.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/event.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:01 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/event.js - 404 Not Found (9ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/event.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/editor_basic.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:01 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/editor_basic.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/editor_basic.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.5ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/env.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:01 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/env.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/env.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/ckeditor_basic.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:01 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/ckeditor_basic.js - 404 Not Found (12ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/ckeditor_basic.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.6ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/dom.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:01 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/dom.js - 404 Not Found (10ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/dom.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.5ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/tools.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:01 -0600 ActiveRecord::ConnectionTimeoutError (could not obtain a database connection within 5 seconds. The max pool size is currently 5; consider increasing it.): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/dtd.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:11 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/dtd.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/dtd.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/event.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:11 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/dom/event.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/event.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/domobject.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:11 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/dom/domobject.js - 404 Not Found (10ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/domobject.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/window.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:11 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/dom/window.js - 404 Not Found (8ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/window.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.5ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/document.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:11 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/dom/document.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/document.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/node.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:11 -0600 ActiveRecord::ConnectionTimeoutError (could not obtain a database connection within 5 seconds. The max pool size is currently 5; consider increasing it.): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.7ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.3ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/nodelist.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:21 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/dom/nodelist.js - 404 Not Found (11ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/nodelist.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/element.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:21 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/dom/element.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/dom/element.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/command.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:21 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/command.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/command.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/ckeditor_base.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:21 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/ckeditor_base.js - 404 Not Found (8ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/ckeditor_base.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/config.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:21 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/config.js - 404 Not Found (8ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/config.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/focusmanager.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:21 -0600 ActiveRecord::ConnectionTimeoutError (could not obtain a database connection within 5 seconds. The max pool size is currently 5; consider increasing it.): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.5ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/lang.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:31 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/lang.js - 404 Not Found (57ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/lang.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/scriptloader.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:32 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/scriptloader.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/scriptloader.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/resourcemanager.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:32 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/resourcemanager.js - 404 Not Found (9ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/resourcemanager.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/plugins.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:32 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/plugins.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/plugins.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/skins.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:32 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/skins.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/skins.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/themes.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:32 -0600 ActiveRecord::ConnectionTimeoutError (could not obtain a database connection within 5 seconds. The max pool size is currently 5; consider increasing it.): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/ui.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:42 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/ui.js - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/ui.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/editor.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:42 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/editor.js - 404 Not Found (6ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/editor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:42 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/htmlparser.js - 404 Not Found (8ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/comment.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:42 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/htmlparser/comment.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/comment.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/text.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:42 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/htmlparser/text.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/text.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/cdata.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:42 -0600 ActiveRecord::ConnectionTimeoutError (could not obtain a database connection within 5 seconds. The max pool size is currently 5; consider increasing it.): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/fragment.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:52 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/htmlparser/fragment.js - 404 Not Found (9ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/fragment.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/element.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:52 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/htmlparser/element.js - 404 Not Found (8ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/element.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/filter.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:52 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/htmlparser/filter.js - 404 Not Found (7ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/filter.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/basicwriter.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:52 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/htmlparser/basicwriter.js - 404 Not Found (11ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/htmlparser/basicwriter.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms) Started GET "/assets/quic_cms/ckeditor/_source/core/_source/core/ckeditor.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 12:55:52 -0600 Served asset /quic_cms/ckeditor/_source/core/_source/core/ckeditor.js - 404 Not Found (10ms) ActionController::RoutingError (No route matches [GET] "/assets/quic_cms/ckeditor/_source/core/_source/core/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 12:55:52 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 12:59:30 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (74.0ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (76.4ms) Completed 500 Internal Server Error in 320ms ActionView::Template::Error (couldn't find file 'pages' (in /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/assets/javascripts/quic_cms/application.js:9)): 3: 4: QuicCms 5: <%= stylesheet_link_tag "quic_cms/application" %> 6: <%= javascript_include_tag "quic_cms/application" %> 7: <%= javascript_include_tag "/javascripts/quic_cms/ckeditor/ckeditor.js" %> 8: <%= csrf_meta_tags %> 9: <%= yield(:head) %> Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.2ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 13:00:05 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (24.6ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (26.9ms) Compiled quic_cms/application.js (6ms) (pid 28926) Completed 200 OK in 243ms (Views: 241.5ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:00:05 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:00:05 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:00:05 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:00:05 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:00:05 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:00:05 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:00:05 -0600 Served asset /quic_cms/application.js - 200 OK (0ms) Started GET "/javascripts/quic_cms/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 13:00:05 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/quic_cms/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 13:00:05 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 13:00:52 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (80.2ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (83.3ms) Completed 200 OK in 101ms (Views: 99.7ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:00:53 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:00:53 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:00:53 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:00:53 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:00:53 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:00:53 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:00:53 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/javascripts/quic_cms/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 13:00:53 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/quic_cms/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 13:00:53 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 13:01:11 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (27.9ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (30.2ms) Completed 200 OK in 47ms (Views: 45.5ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:01:11 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:01:11 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:01:11 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:01:11 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:01:12 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:01:12 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:01:12 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/javascripts/quic_cms/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 13:01:12 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/quic_cms/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.5ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 13:01:12 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 13:02:41 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (24.5ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (26.6ms) Completed 200 OK in 61ms (Views: 60.0ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:02:41 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:02:41 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:02:41 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:02:41 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:02:41 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:02:41 -0600 Served asset /quic_cms/application.js - 200 OK (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:02:41 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:02:41 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 13:02:41 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/assets/quic_cms/ckeditor/config.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:02:41 -0600 Served asset /quic_cms/ckeditor/config.js - 200 OK (0ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/editor.css?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:02:42 -0600 Compiled quic_cms/ckeditor/skins/kama/editor.css (1ms) (pid 28926) Served asset /quic_cms/ckeditor/skins/kama/editor.css - 200 OK (11ms) Started GET "/assets/quic_cms/ckeditor/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:02:42 -0600 Served asset /quic_cms/ckeditor/lang/en.js - 200 OK (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:02:42 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/plugin.js - 200 OK (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:02:42 -0600 Served asset /quic_cms/ckeditor/plugins/embed/plugin.js - 200 OK (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:02:42 -0600 Served asset /quic_cms/ckeditor/plugins/embed/lang/en.js - 200 OK (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:02:42 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/lang/en.js - 200 OK (0ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/images/sprites.png" for 127.0.0.1 at 2011-11-11 13:02:42 -0600 Served asset /quic_cms/ckeditor/skins/kama/images/sprites.png - 200 OK (16ms) Started GET "/assets/quic_cms/ckeditor/contents.css" for 127.0.0.1 at 2011-11-11 13:02:42 -0600 Compiled quic_cms/ckeditor/contents.css (0ms) (pid 28926) Served asset /quic_cms/ckeditor/contents.css - 200 OK (13ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/icons.png" for 127.0.0.1 at 2011-11-11 13:02:42 -0600 Served asset /quic_cms/ckeditor/skins/kama/icons.png - 200 OK (9ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/images/attachment.png?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:02:42 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/images/attachment.png - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/images/embed.png?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:02:42 -0600 Served asset /quic_cms/ckeditor/plugins/embed/images/embed.png - 200 OK (8ms) Started GET "/assets/quic_cms/ckeditor/plugins/styles/styles/default.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:02:42 -0600 Served asset /quic_cms/ckeditor/plugins/styles/styles/default.js - 200 OK (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (24.0ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (26.0ms) Completed 200 OK in 58ms (Views: 57.3ms | ActiveRecord: 0.4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/application.css - 304 Not Modified (1ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/javascripts/ckeditor/ckeditor.js" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/ckeditor.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/assets/quic_cms/ckeditor/config.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/ckeditor/config.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/ckeditor/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/ckeditor/plugins/embed/plugin.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/plugin.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/ckeditor/plugins/embed/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/contents.css" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/ckeditor/contents.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/styles/styles/default.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:04:00 -0600 Served asset /quic_cms/ckeditor/plugins/styles/styles/default.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 13:05:12 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (23.6ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (25.6ms) Completed 200 OK in 58ms (Views: 57.2ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:12 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:12 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:12 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:12 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:12 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:12 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:12 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:12 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/config.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:12 -0600 Served asset /quic_cms/ckeditor/config.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:13 -0600 Served asset /quic_cms/ckeditor/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:13 -0600 Served asset /quic_cms/ckeditor/plugins/embed/plugin.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:13 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/plugin.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:13 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:13 -0600 Served asset /quic_cms/ckeditor/plugins/embed/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/contents.css" for 127.0.0.1 at 2011-11-11 13:05:13 -0600 Served asset /quic_cms/ckeditor/contents.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/styles/styles/default.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:13 -0600 Served asset /quic_cms/ckeditor/plugins/styles/styles/default.js - 304 Not Modified (0ms) Started POST "/admin/pages" for 127.0.0.1 at 2011-11-11 13:05:23 -0600 Processing by QuicCms::Admin::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BwmCc02KeNDDdqtU8kdCjdR/2qSAEwfRjF7OFh3vg0o=", "commit"=>"Create Page", "page"=>{"title"=>"", "permalink"=>"", "position"=>"", "show_title"=>"0", "parent_id"=>"", "content"=>""}}  (0.1ms) SELECT MAX("quic_cms_pages"."rgt") AS max_id FROM "quic_cms_pages" SQL (55.6ms) INSERT INTO "quic_cms_pages" ("content", "created_at", "lft", "parent_id", "permalink", "position", "rgt", "show_title", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", ""], ["created_at", Fri, 11 Nov 2011 19:05:23 UTC +00:00], ["lft", 1], ["parent_id", nil], ["permalink", ""], ["position", nil], ["rgt", 2], ["show_title", false], ["title", ""], ["updated_at", Fri, 11 Nov 2011 19:05:23 UTC +00:00]] Redirected to http://localhost:3000/admin/pages/1 Completed 302 Found in 79ms Started GET "/admin/pages/1" for 127.0.0.1 at 2011-11-11 13:05:23 -0600 Processing by QuicCms::Admin::PagesController#show as HTML Parameters: {"id"=>"1"} QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."id" = ? LIMIT 1 [["id", "1"]]  (0.2ms) SELECT COUNT(*) FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" = 1 QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= 1 AND "quic_cms_pages"."rgt" >= 2) AND ("quic_cms_pages".id != 1) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/show.html.erb within layouts/quic_cms/application (118.0ms) Completed 200 OK in 154ms (Views: 150.0ms | ActiveRecord: 0.7ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:23 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (4ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:23 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:23 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:23 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:23 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:23 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:23 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:23 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started DELETE "/admin/pages/1" for 127.0.0.1 at 2011-11-11 13:05:27 -0600 Processing by QuicCms::Admin::PagesController#destroy as HTML Parameters: {"authenticity_token"=>"BwmCc02KeNDDdqtU8kdCjdR/2qSAEwfRjF7OFh3vg0o=", "id"=>"1"} QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."id" = ? LIMIT 1 [["id", "1"]] QuicCms::Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "quic_cms_pages" WHERE "quic_cms_pages"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) DELETE FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" > 1 AND "quic_cms_pages"."rgt" < 2) SQL (0.1ms) UPDATE "quic_cms_pages" SET "lft" = ("lft" - 2) WHERE "quic_cms_pages"."id" IN (SELECT "quic_cms_pages"."id" FROM "quic_cms_pages" WHERE ("lft" > 2) ORDER BY "quic_cms_pages"."lft") SQL (0.1ms) UPDATE "quic_cms_pages" SET "rgt" = ("rgt" - 2) WHERE "quic_cms_pages"."id" IN (SELECT "quic_cms_pages"."id" FROM "quic_cms_pages" WHERE ("rgt" > 2) ORDER BY "quic_cms_pages"."lft") SQL (0.3ms) DELETE FROM "quic_cms_pages" WHERE "quic_cms_pages"."id" = ? [["id", 1]] Redirected to http://localhost:3000/admin/pages Completed 302 Found in 57ms Started GET "/admin/pages" for 127.0.0.1 at 2011-11-11 13:05:27 -0600 Processing by QuicCms::Admin::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages"  Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/index.html.erb within layouts/quic_cms/application (2.8ms) Completed 200 OK in 41ms (Views: 38.9ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:27 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:28 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:28 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:28 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:28 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:28 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:28 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:28 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (22.5ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (24.4ms) Completed 200 OK in 56ms (Views: 55.5ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/config.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/ckeditor/config.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/editor.css?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/ckeditor/skins/kama/editor.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/ckeditor/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/ckeditor/plugins/embed/plugin.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/plugin.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/ckeditor/plugins/embed/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/contents.css" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/ckeditor/contents.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/styles/styles/default.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:30 -0600 Served asset /quic_cms/ckeditor/plugins/styles/styles/default.js - 304 Not Modified (0ms) Started POST "/admin/pages" for 127.0.0.1 at 2011-11-11 13:05:32 -0600 Processing by QuicCms::Admin::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BwmCc02KeNDDdqtU8kdCjdR/2qSAEwfRjF7OFh3vg0o=", "page"=>{"title"=>"", "permalink"=>"", "position"=>"", "show_title"=>"0", "parent_id"=>"", "content"=>""}, "commit"=>"Create Page"}  (0.1ms) SELECT MAX("quic_cms_pages"."rgt") AS max_id FROM "quic_cms_pages"  SQL (0.9ms) INSERT INTO "quic_cms_pages" ("content", "created_at", "lft", "parent_id", "permalink", "position", "rgt", "show_title", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", ""], ["created_at", Fri, 11 Nov 2011 19:05:32 UTC +00:00], ["lft", 1], ["parent_id", nil], ["permalink", ""], ["position", nil], ["rgt", 2], ["show_title", false], ["title", ""], ["updated_at", Fri, 11 Nov 2011 19:05:32 UTC +00:00]] Redirected to http://localhost:3000/admin/pages/2 Completed 302 Found in 65ms Started GET "/admin/pages/2" for 127.0.0.1 at 2011-11-11 13:05:33 -0600 Processing by QuicCms::Admin::PagesController#show as HTML Parameters: {"id"=>"2"} QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."id" = ? LIMIT 1 [["id", "2"]]  (0.2ms) SELECT COUNT(*) FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" = 2 QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= 1 AND "quic_cms_pages"."rgt" >= 2) AND ("quic_cms_pages".id != 2) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/show.html.erb within layouts/quic_cms/application (21.4ms) Completed 200 OK in 60ms (Views: 57.0ms | ActiveRecord: 0.7ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:33 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:33 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:33 -0600 Served asset /quic_cms/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:33 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:33 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:33 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:33 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:33 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started DELETE "/admin/pages/2" for 127.0.0.1 at 2011-11-11 13:05:36 -0600 Processing by QuicCms::Admin::PagesController#destroy as HTML Parameters: {"authenticity_token"=>"BwmCc02KeNDDdqtU8kdCjdR/2qSAEwfRjF7OFh3vg0o=", "id"=>"2"} QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."id" = ? LIMIT 1 [["id", "2"]] QuicCms::Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "quic_cms_pages" WHERE "quic_cms_pages"."id" = ? LIMIT 1 [["id", 2]] SQL (0.1ms) DELETE FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" > 1 AND "quic_cms_pages"."rgt" < 2) SQL (0.1ms) UPDATE "quic_cms_pages" SET "lft" = ("lft" - 2) WHERE "quic_cms_pages"."id" IN (SELECT "quic_cms_pages"."id" FROM "quic_cms_pages" WHERE ("lft" > 2) ORDER BY "quic_cms_pages"."lft") SQL (0.1ms) UPDATE "quic_cms_pages" SET "rgt" = ("rgt" - 2) WHERE "quic_cms_pages"."id" IN (SELECT "quic_cms_pages"."id" FROM "quic_cms_pages" WHERE ("rgt" > 2) ORDER BY "quic_cms_pages"."lft") SQL (0.2ms) DELETE FROM "quic_cms_pages" WHERE "quic_cms_pages"."id" = ? [["id", 2]] Redirected to http://localhost:3000/admin/pages Completed 302 Found in 43ms Started GET "/admin/pages" for 127.0.0.1 at 2011-11-11 13:05:37 -0600 Processing by QuicCms::Admin::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/index.html.erb within layouts/quic_cms/application (0.7ms) Completed 200 OK in 34ms (Views: 32.3ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:37 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:37 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:37 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:37 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:37 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:37 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:37 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:37 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (22.9ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (24.9ms) Completed 200 OK in 57ms (Views: 56.2ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/config.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/ckeditor/config.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/editor.css?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/ckeditor/skins/kama/editor.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/ckeditor/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/ckeditor/plugins/embed/plugin.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/plugin.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/ckeditor/plugins/embed/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/contents.css" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/ckeditor/contents.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/styles/styles/default.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:05:39 -0600 Served asset /quic_cms/ckeditor/plugins/styles/styles/default.js - 304 Not Modified (0ms) Started POST "/admin/pages" for 127.0.0.1 at 2011-11-11 13:05:40 -0600 Processing by QuicCms::Admin::PagesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"BwmCc02KeNDDdqtU8kdCjdR/2qSAEwfRjF7OFh3vg0o=", "commit"=>"Create Page", "page"=>{"title"=>"", "permalink"=>"", "position"=>"", "show_title"=>"0", "parent_id"=>"", "content"=>""}}  (0.1ms) SELECT MAX("quic_cms_pages"."rgt") AS max_id FROM "quic_cms_pages" SQL (1.0ms) INSERT INTO "quic_cms_pages" ("content", "created_at", "lft", "parent_id", "permalink", "position", "rgt", "show_title", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["content", ""], ["created_at", Fri, 11 Nov 2011 19:05:40 UTC +00:00], ["lft", 1], ["parent_id", nil], ["permalink", ""], ["position", nil], ["rgt", 2], ["show_title", false], ["title", ""], ["updated_at", Fri, 11 Nov 2011 19:05:40 UTC +00:00]] Redirected to http://localhost:3000/admin/pages/3 Completed 302 Found in 34ms Started GET "/admin/pages/3" for 127.0.0.1 at 2011-11-11 13:05:40 -0600 Processing by QuicCms::Admin::PagesController#show as HTML Parameters: {"id"=>"3"} QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."id" = ? LIMIT 1 [["id", "3"]]  (0.2ms) SELECT COUNT(*) FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" = 3 QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" <= 1 AND "quic_cms_pages"."rgt" >= 2) AND ("quic_cms_pages".id != 3) ORDER BY "quic_cms_pages"."lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/show.html.erb within layouts/quic_cms/application (26.0ms) Completed 200 OK in 70ms (Views: 67.5ms | ActiveRecord: 0.7ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:40 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:40 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:40 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:40 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:40 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:40 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:40 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:40 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started DELETE "/admin/pages/3" for 127.0.0.1 at 2011-11-11 13:05:44 -0600 Processing by QuicCms::Admin::PagesController#destroy as HTML Parameters: {"authenticity_token"=>"BwmCc02KeNDDdqtU8kdCjdR/2qSAEwfRjF7OFh3vg0o=", "id"=>"3"} QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."id" = ? LIMIT 1 [["id", "3"]] QuicCms::Page Load (0.2ms) SELECT "lft", "rgt", "parent_id" FROM "quic_cms_pages" WHERE "quic_cms_pages"."id" = ? LIMIT 1 [["id", 3]] SQL (0.1ms) DELETE FROM "quic_cms_pages" WHERE ("quic_cms_pages"."lft" > 1 AND "quic_cms_pages"."rgt" < 2) SQL (0.1ms) UPDATE "quic_cms_pages" SET "lft" = ("lft" - 2) WHERE "quic_cms_pages"."id" IN (SELECT "quic_cms_pages"."id" FROM "quic_cms_pages" WHERE ("lft" > 2) ORDER BY "quic_cms_pages"."lft") SQL (0.1ms) UPDATE "quic_cms_pages" SET "rgt" = ("rgt" - 2) WHERE "quic_cms_pages"."id" IN (SELECT "quic_cms_pages"."id" FROM "quic_cms_pages" WHERE ("rgt" > 2) ORDER BY "quic_cms_pages"."lft") SQL (0.2ms) DELETE FROM "quic_cms_pages" WHERE "quic_cms_pages"."id" = ? [["id", 3]] Redirected to http://localhost:3000/admin/pages Completed 302 Found in 24ms Started GET "/admin/pages" for 127.0.0.1 at 2011-11-11 13:05:44 -0600 Processing by QuicCms::Admin::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages"  Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/index.html.erb within layouts/quic_cms/application (0.8ms) Completed 200 OK in 35ms (Views: 33.3ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:44 -0600 Served asset /quic_cms/application.css - 304 Not Modified (1ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:44 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:05:44 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:44 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:44 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:44 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:44 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:44 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:05:44 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/admin/pages" for 127.0.0.1 at 2011-11-11 13:06:36 -0600 Processing by QuicCms::Admin::PagesController#index as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/index.html.erb within layouts/quic_cms/application (0.9ms) Completed 200 OK in 51ms (Views: 49.0ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:06:36 -0600 Served asset /quic_cms/application.css - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:06:36 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:06:36 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:06:36 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:06:36 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:06:36 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:06:36 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:06:36 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.1ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (24.3ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (26.3ms) Completed 200 OK in 62ms (Views: 60.8ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/config.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/ckeditor/config.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/editor.css?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/ckeditor/skins/kama/editor.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/ckeditor/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/ckeditor/plugins/embed/plugin.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/plugin.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/ckeditor/plugins/embed/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/lang/en.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/contents.css" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/ckeditor/contents.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/plugins/styles/styles/default.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:06:38 -0600 Served asset /quic_cms/ckeditor/plugins/styles/styles/default.js - 304 Not Modified (0ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 13:41:04 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.3ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (88.9ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (123.8ms) Completed 200 OK in 316ms (Views: 315.5ms | ActiveRecord: 0.3ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/application.css - 200 OK (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /jquery.js - 200 OK (16ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (5ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/application.js - 200 OK (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/config.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/config.js - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/editor.css?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/skins/kama/editor.css - 304 Not Modified (40ms) Started GET "/assets/quic_cms/ckeditor/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/lang/en.js - 304 Not Modified (7ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/plugins/embed/plugin.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/plugin.js - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/plugins/embed/lang/en.js - 304 Not Modified (8ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/lang/en.js - 304 Not Modified (6ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/images/sprites.png" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/skins/kama/images/sprites.png - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/contents.css" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/contents.css - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/icons.png" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/skins/kama/icons.png - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/images/embed.png?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/plugins/embed/images/embed.png - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/images/attachment.png?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/images/attachment.png - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/plugins/styles/styles/default.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:41:05 -0600 Served asset /quic_cms/ckeditor/plugins/styles/styles/default.js - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/image/dialogs/image.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:41:09 -0600 Served asset /quic_cms/ckeditor/plugins/image/dialogs/image.js - 304 Not Modified (9ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/dialog.css?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:41:09 -0600 Compiled quic_cms/ckeditor/skins/kama/dialog.css (1ms) (pid 45736) Served asset /quic_cms/ckeditor/skins/kama/dialog.css - 304 Not Modified (12ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/images/sprites.png" for 127.0.0.1 at 2011-11-11 13:41:09 -0600 Served asset /quic_cms/ckeditor/skins/kama/images/sprites.png - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/images/mini.gif" for 127.0.0.1 at 2011-11-11 13:41:09 -0600 Served asset /quic_cms/ckeditor/skins/kama/images/mini.gif - 304 Not Modified (9ms) Started GET "/ckeditor/pictures?CKEditor=page_content&CKEditorFuncNum=2&langCode=en" for 127.0.0.1 at 2011-11-11 13:41:11 -0600 Processing by Ckeditor::PicturesController#index as HTML Parameters: {"CKEditor"=>"page_content", "CKEditorFuncNum"=>"2", "langCode"=>"en"} Completed 500 Internal Server Error in 2ms NameError (uninitialized constant Ckeditor::Picture): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms) Started GET "/ckeditor/pictures?CKEditor=page_content&CKEditorFuncNum=2&langCode=en" for 127.0.0.1 at 2011-11-11 13:41:59 -0600 ActionController::RoutingError (undefined method `has_attached_file' for #): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/ckeditor/pictures?CKEditor=page_content&CKEditorFuncNum=2&langCode=en" for 127.0.0.1 at 2011-11-11 13:42:55 -0600 ActionController::RoutingError (undefined method `has_attached_file' for #): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 13:53:10 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (69.9ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (101.7ms) Completed 200 OK in 267ms (Views: 266.2ms | ActiveRecord: 0.2ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (7ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/application.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/config.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/ckeditor/config.js - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/editor.css?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/ckeditor/skins/kama/editor.css - 304 Not Modified (8ms) Started GET "/assets/quic_cms/ckeditor/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/ckeditor/lang/en.js - 304 Not Modified (11ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/ckeditor/plugins/embed/plugin.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/plugin.js - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/ckeditor/plugins/embed/lang/en.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/lang/en.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/contents.css" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/ckeditor/contents.css - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/styles/styles/default.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:53:11 -0600 Served asset /quic_cms/ckeditor/plugins/styles/styles/default.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/plugins/image/dialogs/image.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:53:14 -0600 Served asset /quic_cms/ckeditor/plugins/image/dialogs/image.js - 304 Not Modified (8ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/dialog.css?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 13:53:14 -0600 Served asset /quic_cms/ckeditor/skins/kama/dialog.css - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/images/mini.gif" for 127.0.0.1 at 2011-11-11 13:53:14 -0600 Served asset /quic_cms/ckeditor/skins/kama/images/mini.gif - 304 Not Modified (4ms) Started GET "/ckeditor/pictures?CKEditor=page_content&CKEditorFuncNum=2&langCode=en" for 127.0.0.1 at 2011-11-11 13:53:16 -0600 ActionController::RoutingError (undefined method `has_attached_file' for #): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/ckeditor/pictures" for 127.0.0.1 at 2011-11-11 13:56:10 -0600 ActionController::RoutingError (undefined method `has_attached_file' for #): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/ckeditor/attachment_files" for 127.0.0.1 at 2011-11-11 13:56:27 -0600 ActionController::RoutingError (undefined method `has_attached_file' for #): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/ckeditor/assets" for 127.0.0.1 at 2011-11-11 13:56:34 -0600 ActionController::RoutingError (No route matches [GET] "/ckeditor/assets"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/ckeditor/pictures" for 127.0.0.1 at 2011-11-11 14:06:11 -0600 ActionController::RoutingError (undefined method `has_attached_file' for #): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.5ms) Started GET "/ckeditor/pictures" for 127.0.0.1 at 2011-11-11 14:07:56 -0600 ActionController::RoutingError (undefined method `has_attached_file' for #): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (18.1ms) Started GET "/ckeditor/pictures" for 127.0.0.1 at 2011-11-11 14:09:24 -0600 ActionController::RoutingError (undefined method `has_attached_file' for #): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.4ms) Started GET "/ckeditor/pictures" for 127.0.0.1 at 2011-11-11 14:10:13 -0600 ActionController::RoutingError (undefined method `has_attached_file' for #): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.7ms) Started GET "/ckeditor/pictures?CKEditor=page_content&CKEditorFuncNum=2&langCode=en" for 127.0.0.1 at 2011-11-11 14:52:16 -0600 Processing by Ckeditor::PicturesController#index as HTML Parameters: {"CKEditor"=>"page_content", "CKEditorFuncNum"=>"2", "langCode"=>"en"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/ckeditor-3.6.3/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/ckeditor-3.6.3/app/views/ckeditor/pictures/index.html.erb within layouts/ckeditor (63.3ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/ckeditor-3.6.3/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.4ms) Completed 200 OK in 157ms (Views: 125.2ms | ActiveRecord: 0.2ms) Started GET "/javascripts/ckeditor/filebrowser/stylesheets/uploader.css" for 127.0.0.1 at 2011-11-11 14:52:17 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/filebrowser/stylesheets/uploader.css"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/javascripts/ckeditor/filebrowser/javascripts/jquery.tmpl.js" for 127.0.0.1 at 2011-11-11 14:52:17 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/filebrowser/javascripts/jquery.tmpl.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/javascripts/ckeditor/filebrowser/javascripts/jquery.js" for 127.0.0.1 at 2011-11-11 14:52:17 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/filebrowser/javascripts/jquery.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/javascripts/ckeditor/filebrowser/javascripts/rails.js" for 127.0.0.1 at 2011-11-11 14:52:17 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/filebrowser/javascripts/rails.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/javascripts/ckeditor/filebrowser/javascripts/fileuploader.js" for 127.0.0.1 at 2011-11-11 14:52:17 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/filebrowser/javascripts/fileuploader.js"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/javascripts/ckeditor/filebrowser/javascripts/application.js" for 127.0.0.1 at 2011-11-11 14:52:17 -0600 ActiveRecord::ConnectionTimeoutError (could not obtain a database connection within 5 seconds. The max pool size is currently 5; consider increasing it.): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.4ms) Started GET "/javascripts/ckeditor/filebrowser/images/gal_add.png" for 127.0.0.1 at 2011-11-11 14:52:27 -0600 ActionController::RoutingError (No route matches [GET] "/javascripts/ckeditor/filebrowser/images/gal_add.png"): Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/admin/pages/new" for 127.0.0.1 at 2011-11-11 14:56:43 -0600 Processing by QuicCms::Admin::PagesController#new as HTML QuicCms::Page Load (0.2ms) SELECT "quic_cms_pages".* FROM "quic_cms_pages" WHERE "quic_cms_pages"."parent_id" IS NULL ORDER BY "lft" Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/_form.html.erb (104.9ms) Rendered /Users/mwagner72/Dropbox/rails_projects/quic_cms/app/views/quic_cms/admin/pages/new.html.erb within layouts/quic_cms/application (170.0ms) Completed 200 OK in 283ms (Views: 282.0ms | ActiveRecord: 0.2ms) Started GET "/assets/quic_cms/application.css?body=1" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/application.css - 304 Not Modified (0ms) Started GET "/assets/quic_cms/pages.css?body=1" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/pages.css - 304 Not Modified (4ms) Started GET "/assets/quic_cms/admin/pages.css?body=1" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/admin/pages.css - 304 Not Modified (7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /jquery.js - 200 OK (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /jquery_ujs.js - 200 OK (6ms) Started GET "/assets/quic_cms/pages.js?body=1" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/pages.js - 304 Not Modified (5ms) Started GET "/assets/quic_cms/application.js?body=1" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/application.js - 200 OK (0ms) Started GET "/assets/quic_cms/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/ckeditor.js - 304 Not Modified (0ms) Started GET "/assets/quic_cms/ckeditor/config.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/config.js - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/editor.css?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/skins/kama/editor.css - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/lang/en.js - 304 Not Modified (7ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/plugins/embed/plugin.js - 304 Not Modified (9ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/plugin.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/plugin.js - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/plugins/embed/lang/en.js - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/lang/en.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/lang/en.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/images/sprites.png" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/skins/kama/images/sprites.png - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/contents.css" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/contents.css - 304 Not Modified (9ms) Started GET "/assets/quic_cms/ckeditor/plugins/attachment/images/attachment.png?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/plugins/attachment/images/attachment.png - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/icons.png" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/skins/kama/icons.png - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/plugins/embed/images/embed.png?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/plugins/embed/images/embed.png - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/plugins/styles/styles/default.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 14:56:44 -0600 Served asset /quic_cms/ckeditor/plugins/styles/styles/default.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/plugins/image/dialogs/image.js?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 14:56:50 -0600 Served asset /quic_cms/ckeditor/plugins/image/dialogs/image.js - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/dialog.css?t=B8DJ5M3" for 127.0.0.1 at 2011-11-11 14:56:50 -0600 Served asset /quic_cms/ckeditor/skins/kama/dialog.css - 304 Not Modified (5ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/images/mini.gif" for 127.0.0.1 at 2011-11-11 14:56:50 -0600 Served asset /quic_cms/ckeditor/skins/kama/images/mini.gif - 304 Not Modified (4ms) Started GET "/assets/quic_cms/ckeditor/skins/kama/images/sprites.png" for 127.0.0.1 at 2011-11-11 14:56:50 -0600 Served asset /quic_cms/ckeditor/skins/kama/images/sprites.png - 304 Not Modified (0ms) Started GET "/ckeditor/pictures?CKEditor=page_content&CKEditorFuncNum=2&langCode=en" for 127.0.0.1 at 2011-11-11 14:56:52 -0600 Processing by Ckeditor::PicturesController#index as HTML Parameters: {"CKEditor"=>"page_content", "CKEditorFuncNum"=>"2", "langCode"=>"en"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/ckeditor-3.6.3/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/ckeditor-3.6.3/app/views/ckeditor/pictures/index.html.erb within layouts/ckeditor (2.7ms) Rendered /Users/mwagner72/Developer/.rvm/gems/ruby-1.9.2-p180@quic_cms/gems/ckeditor-3.6.3/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.5ms) Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.2ms) Started GET "/assets/quic_cms/ckeditor/filebrowser/javascripts/jquery.js" for 127.0.0.1 at 2011-11-11 14:56:52 -0600 Served asset /quic_cms/ckeditor/filebrowser/javascripts/jquery.js - 200 OK (10ms) Started GET "/assets/quic_cms/ckeditor/filebrowser/javascripts/jquery.tmpl.js" for 127.0.0.1 at 2011-11-11 14:56:52 -0600 Served asset /quic_cms/ckeditor/filebrowser/javascripts/jquery.tmpl.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/filebrowser/javascripts/fileuploader.js" for 127.0.0.1 at 2011-11-11 14:56:52 -0600 Served asset /quic_cms/ckeditor/filebrowser/javascripts/fileuploader.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/filebrowser/javascripts/rails.js" for 127.0.0.1 at 2011-11-11 14:56:52 -0600 Served asset /quic_cms/ckeditor/filebrowser/javascripts/rails.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/filebrowser/stylesheets/uploader.css" for 127.0.0.1 at 2011-11-11 14:56:52 -0600 Compiled quic_cms/ckeditor/filebrowser/stylesheets/uploader.css (0ms) (pid 68555) Served asset /quic_cms/ckeditor/filebrowser/stylesheets/uploader.css - 200 OK (10ms) Started GET "/assets/quic_cms/ckeditor/filebrowser/javascripts/application.js" for 127.0.0.1 at 2011-11-11 14:56:52 -0600 Served asset /quic_cms/ckeditor/filebrowser/javascripts/application.js - 200 OK (5ms) Started GET "/assets/quic_cms/ckeditor/filebrowser/images/gal_add.png" for 127.0.0.1 at 2011-11-11 14:56:52 -0600 Served asset /quic_cms/ckeditor/filebrowser/images/gal_add.png - 200 OK (7ms)